From 071aa5472480a5b1b5d409169a805f910a2a2563 Mon Sep 17 00:00:00 2001 From: ragge Date: Mon, 20 Apr 2009 17:04:16 +0000 Subject: Increase pushback buffer to CPPBUF size. Fixes #PCC-51. --- cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp.h b/cpp.h index 955848f..2af8ee4 100644 --- a/cpp.h +++ b/cpp.h @@ -65,7 +65,7 @@ extern int ofd; #endif #endif -#define NAMEMAX 64 /* max len of identifier */ +#define NAMEMAX CPPBUF /* currently pushbackbuffer */ /* definition for include file info */ struct includ { -- cgit v1.2.3