comparison 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
comparison
equal deleted inserted replaced
447:4fc5f13f3bd3 448:3078fd1074e8
98 98
99 Non-Emacs programs expect this to call use xmalloc. 99 Non-Emacs programs expect this to call use xmalloc.
100 100
101 Callers below should use malloc. */ 101 Callers below should use malloc. */
102 102
103 #ifndef emacs 103 #ifdef emacs
104 #define malloc xmalloc 104 #define malloc xmalloc
105 #endif 105 #endif
106 #ifndef WIN32_NATIVE 106 #ifndef WIN32_NATIVE
107 extern pointer malloc (); 107 extern pointer malloc ();
108 #else 108 #else