mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
fix // comments at end of file (ie, no trailing \n)
This commit is contained in:
parent
9c30c0c455
commit
774a1fe6cd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ m ([\-+]?)
|
||||||
} while (c != '/' && c != EOF);
|
} while (c != '/' && c != EOF);
|
||||||
}
|
}
|
||||||
|
|
||||||
"//".*$ /* nothing to do */
|
"//".* /* nothing to do */
|
||||||
|
|
||||||
{DIGIT}+ {
|
{DIGIT}+ {
|
||||||
yylval.int_val = atoi (yytext);
|
yylval.int_val = atoi (yytext);
|
||||||
|
|
Loading…
Reference in a new issue