fixed small bug with token separation
authoreck <none@none>
Mon, 10 Sep 1990 11:57:16 +0000 (11:57 +0000)
committereck <none@none>
Mon, 10 Sep 1990 11:57:16 +0000 (11:57 +0000)
lang/cem/cpp.ansi/preprocess.c

index b39d5da..c867d45 100644 (file)
@@ -329,6 +329,7 @@ preprocess(fn)
                                    && idef->id_macro
                                    && ReplaceMacros && !NoExpandNext) {
                                        if (replace(idef)) {
+                                               echo(' ');
                                                c = GetChar();
                                                continue;
                                        }