mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
(SYNTAX): Add braces for correct evaluation.
This commit is contained in:
parent
72e1a75071
commit
7186e974c3
@ -269,7 +269,7 @@ init_syntax_once ()
|
||||
|
||||
# endif /* not SYNTAX_TABLE */
|
||||
|
||||
# define SYNTAX(c) re_syntax_table[(unsigned char) c]
|
||||
# define SYNTAX(c) re_syntax_table[(unsigned char) (c)]
|
||||
|
||||
#endif /* emacs */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user