Module: wine Branch: refs/heads/master Commit: 804993deeababf0c80af65e8a95ab2ec4e4bce0a URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=804993deeababf0c80af65e8...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Mon Jul 17 15:26:41 2006 -0700
wpp: In recursive macro definitions, print the macro name instead of nothing.
---
libs/wpp/ppl.l | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libs/wpp/ppl.l b/libs/wpp/ppl.l index 317c38e..d62cf1d 100644 --- a/libs/wpp/ppl.l +++ b/libs/wpp/ppl.l @@ -661,6 +661,7 @@ includelogicentry_t *pp_includelogiclist pp_internal_error(__FILE__, __LINE__, "Invalid define type %d\n", ppp->type); } } + else put_buffer(pptext, ppleng); }
/*