(SYNTAX): Add braces for correct evaluation.

This commit is contained in:
Ulrich Drepper 1999-12-03 08:28:03 +00:00
parent 72e1a75071
commit 7186e974c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 */