diff regex.c @ 2912:98856b23a038

(regex_compile): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 24 Oct 2000 08:27:34 +0000 (2000-10-24)
parents d9e0603fc9d4
children 9e8ab826e86c
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -2610,7 +2610,7 @@
 			    
 			    SET_RANGE_TABLE_WORK_AREA (range_table_work,
 						       c2, c1);
-			    c1 = 377;
+			    c1 = 0377;
 			  }
 		      }
 		    else if (!SAME_CHARSET_P (c, c1))