From: johanknol Date: Sat, 22 Feb 2003 13:44:13 +0000 (+0000) Subject: icode comments need space X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c23ad1a2833573f366363e6c4273bc4f20bf767c;hp=817beb07e406ae505fb0b1354d42025a1bfd14ce;p=fw%2Fsdcc icode comments need space git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2288 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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 */