cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

�
        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

From-SVN: r19945
This commit is contained in:
Hans-Peter Nilsson 1998-05-22 02:39:52 +02:00 committed by Jeff Law
parent 75f6bf44da
commit 911c3b7d7c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri May 22 01:38:07 1998 Hans-Peter Nilsson <hp@axis.se>
* cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
Fri May 22 00:57:00 1998 Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
* final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.

View File

@ -3599,7 +3599,7 @@ Usage: %s [-_] [-n] [-s {gnu,lucid,arm}] [--strip-underscores]\n\
exit (status);
}
#define MBUF_SIZE 512
#define MBUF_SIZE 32767
char mbuffer[MBUF_SIZE];
/* Defined in the automatically-generated underscore.c. */