commit 21ade7526ab531bb9a51d9b48db0162553fb8295 parent d5065baafed6ee455fc43471085b899d6cf614a0 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 18 Jul 2015 20:03:33 +0200 cc1.h: increase INPUTSIZ to LINESIZ (509 for now) Diffstat:
M | cc1/cc1.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc1/cc1.h b/cc1/cc1.h @@ -1,5 +1,5 @@ -#define INPUTSIZ 120 +#define INPUTSIZ LINESIZ #ifndef PREFIX #define PREFIX "/usr/" #endif