diff src/alloca.c @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents abe6d1db359e
children e7ee5f8bde58
line wrap: on
line diff
--- a/src/alloca.c	Mon Aug 13 11:37:23 2007 +0200
+++ b/src/alloca.c	Mon Aug 13 11:38:25 2007 +0200
@@ -100,7 +100,7 @@
 
    Callers below should use malloc.  */
 
-#ifndef emacs
+#ifdef emacs
 #define malloc xmalloc
 #endif
 #ifndef WIN32_NATIVE