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:
parent
75f6bf44da
commit
911c3b7d7c
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user