commit 21ade7526ab531bb9a51d9b48db0162553fb8295
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Sat Jul 18 20:03:33 2015 +0200
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Sat Jul 18 20:03:33 2015 +0200

    cc1.h: increase INPUTSIZ to LINESIZ (509 for now)

diff --git a/cc1/cc1.h b/cc1/cc1.h
index a2f60cb..c44d3dc 100644
--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -1,5 +1,5 @@
 
-#define INPUTSIZ 120
+#define INPUTSIZ LINESIZ
 #ifndef PREFIX
 #define PREFIX "/usr/"
 #endif

Reply via email to