fixed bug with quotes
authorceriel <none@none>
Thu, 20 Aug 1987 15:44:45 +0000 (15:44 +0000)
committerceriel <none@none>
Thu, 20 Aug 1987 15:44:45 +0000 (15:44 +0000)
util/cpp/preprocess.c

index 6d2b209..7b00160 100644 (file)
@@ -156,6 +156,7 @@ preprocess(fn)
                                                        ++LineNumber;
                                                        lineno++;
                                                }
+                                               else if (c == '\'') continue;
                                        }
                                }
                                while (c != stopc);