From: Ulrich Drepper Date: Fri, 3 Dec 1999 08:28:03 +0000 (+0000) Subject: (SYNTAX): Add braces for correct evaluation. X-Git-Tag: upstream/2.30~26494 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7186e974c3f621c4d060604dabc2acb766c186b5;p=external%2Fglibc.git (SYNTAX): Add braces for correct evaluation. --- diff --git a/posix/regex.c b/posix/regex.c index a57bfbb..34b1d28 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -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 */