Commit 804993de authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

wpp: In recursive macro definitions, print the macro name instead of nothing.

parent bffe5a69
...@@ -661,6 +661,7 @@ includelogicentry_t *pp_includelogiclist = NULL; ...@@ -661,6 +661,7 @@ includelogicentry_t *pp_includelogiclist = NULL;
pp_internal_error(__FILE__, __LINE__, "Invalid define type %d\n", ppp->type); pp_internal_error(__FILE__, __LINE__, "Invalid define type %d\n", ppp->type);
} }
} }
else put_buffer(pptext, ppleng);
} }
/* /*
......
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