diff options
Diffstat (limited to 'src/constexp.l')
-rw-r--r-- | src/constexp.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.l b/src/constexp.l index 1b97648..42319fb 100644 --- a/src/constexp.l +++ b/src/constexp.l @@ -48,7 +48,7 @@ static int yyread(char *buf,int max_size) %} -CONSTSUFFIX ([uU][lL]?[lL]?)|(lL][lL]?[uU]?) +CONSTSUFFIX ([uU][lL]?[lL]?)|([lL][lL]?[uU]?) %option nounput |