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

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 18 05:13:37 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 804993deeababf0c80af65e8a95ab2ec4e4bce0a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=804993deeababf0c80af65e8a95ab2ec4e4bce0a

Author: Dan Hipschman <dsh at 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);
 	}
 
 	/*




More information about the wine-cvs mailing list