Mercurial > hg > xemacs-beta
diff src/alloca.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 850242ba4a81 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/alloca.c Mon Aug 13 11:18:12 2007 +0200 +++ b/src/alloca.c Mon Aug 13 11:19:21 2007 +0200 @@ -86,7 +86,7 @@ # endif #endif -#ifndef WINDOWSNT +#ifndef NULL #define NULL 0 #endif @@ -103,7 +103,7 @@ #ifndef emacs #define malloc xmalloc #endif -#ifndef WINDOWSNT +#ifndef WIN32_NATIVE extern pointer malloc (); #else extern void *malloc();