summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/re.c b/re.c
index 866b9b65d8..729daee7e3 100644
--- a/re.c
+++ b/re.c
@@ -1,4 +1,4 @@
-/************************************************
+/**********************************************************************
re.c -
@@ -7,7 +7,7 @@
Copyright (C) 1993-2000 Yukihiro Matsumoto
-************************************************/
+**********************************************************************/
#include "ruby.h"
#include "re.h"
@@ -184,7 +184,7 @@ kcode_reset_option()
int
rb_reg_mbclen2(c, re)
- unsigned char c;
+ unsigned int c;
VALUE re;
{
int len;