shithub: scc

Download patch

ref: 21ade7526ab531bb9a51d9b48db0162553fb8295
parent: d5065baafed6ee455fc43471085b899d6cf614a0
author: Hiltjo Posthuma <[email protected]>
date: Sat Jul 18 16:03:33 EDT 2015

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

--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -1,5 +1,5 @@
 
-#define INPUTSIZ 120
+#define INPUTSIZ LINESIZ
 #ifndef PREFIX
 #define PREFIX "/usr/"
 #endif