fixed bug in preprocessor part:
authorceriel <none@none>
Mon, 31 Oct 1988 14:10:00 +0000 (14:10 +0000)
committerceriel <none@none>
Mon, 31 Oct 1988 14:10:00 +0000 (14:10 +0000)
#define aap(a) a did not work if the actual argument was spread over
multiple lines

lang/cem/cemcom/scan.c
util/cpp/scan.c

index 60aa3cc..6e89228 100644 (file)
@@ -160,7 +160,7 @@ copyact(ch1, ch2, lvl)
                        }
 
                        PushBack();
-                       copy('\n');
+                       copy(' ');
                        break;
 
                case '/':
index 677f3a0..5f5f964 100644 (file)
@@ -159,7 +159,7 @@ copyact(ch1, ch2, level)
                        }
 
                        PushBack();
-                       copy('\n');
+                       copy(' ');
                        break;
 
                case '/':