source:
scripts/patches/bash-2.05b-gcc34-1.patch@
76a1d35
Last change on this file since 76a1d35 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 1016 bytes |
-
bash-2.05b/lib/malloc/malloc.c
Submitted By: Zack Winkles <winkie AT linuxfromscratch DOT org> Date: 2004-04-06 Initial Package Version: 2.05b Origin: N/A Description: Fix some occurrences of syntax that GCC 3.4.0 doesn't like.
old new 236 236 8192UL, 16384UL, 32768UL, 65536UL, 131072UL, 262144UL, 524288UL, 237 237 1048576UL, 2097152UL, 4194304UL, 8388608UL, 16777216UL, 33554432UL, 238 238 67108864UL, 134217728UL, 268435456UL, 536870912UL, 1073741824UL, 239 2147483648UL, 429496729 6UL-1239 2147483648UL, 4294967295UL 240 240 }; 241 241 242 242 /* binsizes[x] == (1 << ((x) + 3)) */ … … 290 290 291 291 #if !defined (botch) 292 292 static void 293 botch ( s, file,line)293 botch (const char *s, const char *file, int line) 294 294 { 295 295 fprintf (stderr, "malloc: failed assertion: %s\n", s); 296 296 (void)fflush (stderr); … … 879 879 busy[nunits] = 0; 880 880 881 881 free_return: 882 ((void)0); 882 883 883 884 #ifdef MALLOC_STATS 884 885 _mstats.nmalloc[nunits]--;
Note:
See TracBrowser
for help on using the repository browser.