Fixed g++ warnings.

This commit is contained in:
Ianos Gnatiuc
2006-05-14 11:45:05 +00:00
parent 866e5c2657
commit 4df8f71029
53 changed files with 311 additions and 309 deletions

View File

@@ -200,7 +200,7 @@ init_syntax_once ()
# endif /* not SYNTAX_TABLE */
# define SYNTAX(c) re_syntax_table[c]
# define SYNTAX(c) re_syntax_table[c & 0xFF]
#endif /* not emacs */