0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-23 01:58:24 +00:00

handle #pragma gracefully (ie, ignore it)

This commit is contained in:
Bill Currie 2004-05-09 02:12:49 +00:00
parent 0edf9f0d11
commit 3483b3b2b6

View file

@ -184,6 +184,8 @@ m ([\-+]?)
return INT_VAL;
}
^{s}*#{s}*pragma.*$ /* skip */
^#{s}+{DIGIT}+{s}+\"(\.|[^"\n])*\".*$ {
char *p;
char *s;