Mercurial > hg > xemacs-beta
comparison src/alloca.c @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 7d55a9ba150c |
children | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
184:bcd2674570bf | 185:3d6bfa290dbd |
---|---|
74 #endif | 74 #endif |
75 | 75 |
76 /* XEmacs: With ERROR_CHECK_MALLOC defined, there is no xfree -- it's | 76 /* XEmacs: With ERROR_CHECK_MALLOC defined, there is no xfree -- it's |
77 a macro that does some stuff to try and trap invalid frees, | 77 a macro that does some stuff to try and trap invalid frees, |
78 and then calls xfree_1 to actually do the work. */ | 78 and then calls xfree_1 to actually do the work. */ |
79 | 79 |
80 #ifdef emacs | 80 #ifdef emacs |
81 # ifdef ERROR_CHECK_MALLOC | 81 # ifdef ERROR_CHECK_MALLOC |
82 void xfree_1 (pointer); | 82 void xfree_1 (pointer); |
83 # define xfree xfree_1 | 83 # define xfree xfree_1 |
84 # else | 84 # else |