Commit 2fb8f9b6 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Minor fix in wrc to support the Solaris preprocessor.

parent 58464051
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment