Fix DJGPP build

This commit is contained in:
Stas Degteff
2006-05-14 18:37:26 +00:00
parent 717827510e
commit b322344dae
13 changed files with 452 additions and 430 deletions

View File

@@ -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;
}