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:
Hans-Peter Nilsson 1998-05-21 18:39:44 -06:00 committed by Jeff Law
parent 7b195f77b7
commit 4e3769ae80

View File

@ -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. */