Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/alloca.c Mon Aug 13 09:54:24 2007 +0200 +++ b/src/alloca.c Mon Aug 13 09:55:28 2007 +0200 @@ -76,7 +76,7 @@ /* XEmacs: With ERROR_CHECK_MALLOC defined, there is no xfree -- it's a macro that does some stuff to try and trap invalid frees, and then calls xfree_1 to actually do the work. */ - + #ifdef emacs # ifdef ERROR_CHECK_MALLOC void xfree_1 (pointer);