(SYNTAX): Make more portable.

This commit is contained in:
Ulrich Drepper 1999-12-02 18:36:57 +00:00
parent d7a4856e5d
commit cc82f6fa89

View File

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