Minor fix in wrc to support the Solaris preprocessor.

This commit is contained in:
Patrik Stridvall 2000-03-28 19:25:46 +00:00 committed by Alexandre Julliard
parent 584640519b
commit 2fb8f9b61f
1 changed files with 1 additions and 0 deletions

View File

@ -548,6 +548,7 @@ void add_to_substtext(char *text, int len)
/* preprocessor junk */
<INITIAL,pp_strips,pp_stripe,pp_stripp,pp_false>^{ws}*#{ws}*pragma[^\n]* ; /* Ignore #pragma */
<INITIAL,pp_strips,pp_stripe,pp_stripp,pp_false>^{ws}*#{ws}*ident[^\n]* ; /* Ignore #ident */
<INITIAL,pp_strips,pp_stripe,pp_stripp,pp_false>^{ws}*#{ws}*line[^\n]* ; /* Ignore #line */
/* We'll get an error on malformed #xxx statements
* by not recognising '#' at all. This helps tracking