From c23ad1a2833573f366363e6c4273bc4f20bf767c Mon Sep 17 00:00:00 2001 From: johanknol Date: Sat, 22 Feb 2003 13:44:13 +0000 Subject: [PATCH] icode comments need space git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2288 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- as/mcs51/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/as/mcs51/asm.h b/as/mcs51/asm.h index 8ec9a619..0036a063 100644 --- a/as/mcs51/asm.h +++ b/as/mcs51/asm.h @@ -98,7 +98,7 @@ #define NCPS 80 /* Chars. per symbol (JLH: change from 8) */ #define HUGE 1000 /* A huge number */ #define NERR 3 /* Errors per line */ -#define NINPUT PATH_MAX /* Input buffer size (BH: change from 128) */ +#define NINPUT 1024 /* Input buffer size (icodes need space) */ #define NCODE 128 /* Listing code buffer size */ #define NTITL 64 /* Title buffer size */ #define NSBTL 64 /* SubTitle buffer size */ -- 2.30.2