* fix from Jeff Pohlmeyer <yetanothergeek@yahoo.com> for problem with

variables/parameters called l, L, u or U
This commit is contained in:
Jonas Maebe 2003-02-26 18:45:31 +00:00
parent 49849a0b86
commit c38ebece5a

View File

@ -443,7 +443,7 @@ D [0-9]
return(CSTRING)
else
return(256);
{D}*[Uu]?[Ll]? begin
{D}+[Uu]?[Ll]? begin
while yytext[length(yytext)] in ['L','U','l','u'] do
Delete(yytext,length(yytext),1);
return(NUMBER);