summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-22 00:39:52 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-22 00:39:52 +0000
commitfee10e05d1878da1f572d6da12bec53a59fcc892 (patch)
tree7be2ec1d5cbc9b4bd5780a01deb59fd6cbf1ddbb /libiberty
parent1cf170c65c99be58e97515b1eec09075162c9fdd (diff)
downloadgcc-fee10e05d1878da1f572d6da12bec53a59fcc892.tar.gz
* cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19945 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/cplus-dem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c
index ba3700c6db3..f1ac763984a 100644
--- a/libiberty/cplus-dem.c
+++ b/libiberty/cplus-dem.c
@@ -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. */