Fix DJGPP build
This commit is contained in:
@@ -193,7 +193,7 @@ init_syntax_once ()
|
||||
for (c = 0; c < 256; c++)
|
||||
re_syntax_table[c] = isxalnum(c) ? Sword : 0;
|
||||
|
||||
re_syntax_table['_'] = Sword;
|
||||
re_syntax_table[int('_')] = Sword;
|
||||
|
||||
done = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user