From 911c3b7d7cf7c25f2b3f8ee1d19ba88fc21bac17 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Fri, 22 May 1998 02:39:52 +0200 Subject: cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767. From-SVN: r19945 --- libiberty/cplus-dem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/cplus-dem.c') diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index ba3700c..f1ac763 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. */ -- cgit v1.1