Add mappings between CJK Ext B and CNS 11643 plain 5.
[chise/xemacs-chise.git.1] / src / alloca.c
index c1eecff..e3ba02e 100644 (file)
@@ -100,7 +100,7 @@ void xfree (pointer);
 
    Callers below should use malloc.  */
 
-#ifndef emacs
+#ifdef emacs
 #define malloc xmalloc
 #endif
 #ifndef WIN32_NATIVE