Commit 4e3769ae by Hans-Peter Nilsson Committed by Jeff Law

cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

8
        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

From-SVN: r19943
parent 7b195f77
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment