diff mc-macro.c @ 690:5d3b4669854c

fix prindirect
author kono
date Wed, 10 Oct 2007 15:05:04 +0900 (2007-10-10)
parents 442e90958386
children 0554b7f985ee
line wrap: on
line diff
--- a/mc-macro.c	Sun Oct 07 17:46:00 2007 +0900
+++ b/mc-macro.c	Wed Oct 10 15:05:04 2007 +0900
@@ -130,10 +130,12 @@
     // genrated macro will be overwrited by cheap, but it's OK, again
     mconcat = 0;
     set_lfree(slfree);
-//     if (lsrc && !asmf && nptrm->sc==FMACRO) {
-// 	gen_comment(macropp);
-// 	if (0 && t[-2]!='\n') putchar('\n');
-//     }
+#if 0
+     if (lsrc && !asmf && nptrm->sc==FMACRO) {
+ 	gen_comment(macropp);
+ 	if (0 && t[-2]!='\n') putchar('\n');
+     }
+#endif
     // push previous chptr, and change it to the generate macro
     chptrsave = glist2((int)chptr,chptrsave);  // push old one into the stack
     chsave = glist2(ch,chsave);