Mercurial > hg > xemacs-beta
comparison src/ralloc.c @ 314:341dac730539 r21-0b55
Import from CVS: tag r21-0b55
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:22 +0200 |
parents | ca9a9ec9c1c1 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
313:2905de29931f | 314:341dac730539 |
---|---|
1106 } | 1106 } |
1107 | 1107 |
1108 | 1108 |
1109 /* The hook `malloc' uses for the function which gets more space | 1109 /* The hook `malloc' uses for the function which gets more space |
1110 from the system. */ | 1110 from the system. */ |
1111 /* extern POINTER (*__morecore) (long size); */ | 1111 #ifndef DOUG_LEA_MALLOC |
1112 extern POINTER (*__morecore) (long size); | |
1113 #endif | |
1112 | 1114 |
1113 /* Initialize various things for memory allocation. */ | 1115 /* Initialize various things for memory allocation. */ |
1114 | 1116 |
1115 #define SET_FUN_PTR(fun_ptr, fun_val) \ | 1117 #define SET_FUN_PTR(fun_ptr, fun_val) \ |
1116 (*((void **) (&fun_ptr)) = ((void *) (fun_val))) | 1118 (*((void **) (&fun_ptr)) = ((void *) (fun_val))) |