in SkipToNewLine(), check for TOKSEP
authorceriel <none@none>
Tue, 15 Jan 1991 11:51:40 +0000 (11:51 +0000)
committerceriel <none@none>
Tue, 15 Jan 1991 11:51:40 +0000 (11:51 +0000)
lang/cem/cpp.ansi/skip.c

index b890cda..93508bf 100644 (file)
@@ -79,6 +79,9 @@ SkipToNewLine()
                                continue;
                        }
                }
+               else if (ch == TOKSEP && InputLevel) {
+                       continue;
+               }
                if (!is_wsp(ch))
                        garbage = 1;
        }