mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
handle #pragma gracefully (ie, ignore it)
This commit is contained in:
parent
0edf9f0d11
commit
3483b3b2b6
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ m ([\-+]?)
|
|||
return INT_VAL;
|
||||
}
|
||||
|
||||
^{s}*#{s}*pragma.*$ /* skip */
|
||||
|
||||
^#{s}+{DIGIT}+{s}+\"(\.|[^"\n])*\".*$ {
|
||||
char *p;
|
||||
char *s;
|
||||
|
|
Loading…
Reference in a new issue