* symtab.h: Remove "defs.h" #include.
[deliverable/binutils-gdb.git] / libiberty / cplus-dem.c
index 8b60434a8882cc22ae0cfa9f0ad2b1d82239f89e..1f8b1fc31e4b8fd5618059c17948c87c7a47c6c8 100644 (file)
@@ -3693,7 +3693,7 @@ demangle_fund_type (struct work_stuff *work,
 {
   int done = 0;
   int success = 1;
-  char buf[10];
+  char buf[INTBUF_SIZE + 5 /* 'int%u_t' */];
   unsigned int dec = 0;
   type_kind_t tk = tk_integral;
 
This page took 0.023264 seconds and 4 git commands to generate.