mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 15:07:26 +08:00
cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
8 * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767. From-SVN: r19943
This commit is contained in:
parent
7b195f77b7
commit
4e3769ae80
@ -3611,7 +3611,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