fixed bug concerning back-slashes within strings
authorceriel <none@none>
Fri, 10 Aug 1990 17:57:32 +0000 (17:57 +0000)
committerceriel <none@none>
Fri, 10 Aug 1990 17:57:32 +0000 (17:57 +0000)
util/cpp/preprocess.c

index 34c0769..4fd7bcf 100644 (file)
@@ -163,7 +163,7 @@ preprocess(fn)
                                                        ++LineNumber;
                                                        lineno++;
                                                }
-                                               else if (c == '\'') escaped = 1;
+                                               else escaped = 1;
                                        }
                                } while (escaped || c != stopc);
                                echo(c);