(SYNTAX): Make more portable.
This commit is contained in:
parent
d7a4856e5d
commit
cc82f6fa89
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user