mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
handle #line (hopefully)
This commit is contained in:
parent
966c337bf5
commit
6d21c50dee
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ FRAMEID {ID}(\.{ID})*
|
|||
"//".* /* nothing to do */
|
||||
|
||||
^#{s}+{DIGIT}+{s}+\"(\.|[^"\n])*\".*$ { line_info (yytext + 1); }
|
||||
^#line{s}+{DIGIT}+{s}+\"(\.|[^"\n])*\".*$ { line_info (yytext + 5); }
|
||||
|
||||
^{s}*#{s}*pragma.*$ /* skip */
|
||||
|
||||
|
|
Loading…
Reference in a new issue