mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
(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…
Reference in New Issue
Block a user