comparison src/alloca.c @ 48722:6cea9f00471e

Undo ifdef change accidentally made on 12-04.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Dec 2002 21:37:34 +0000
parents d2e0f6c41ac5
children e6d6dc2aa074 d7ddb3e565de
comparison
equal deleted inserted replaced
48721:fdd59bb947d8 48722:6cea9f00471e
92 92
93 Non-Emacs programs expect this to call xmalloc. 93 Non-Emacs programs expect this to call xmalloc.
94 94
95 Callers below should use malloc. */ 95 Callers below should use malloc. */
96 96
97 # ifndef emacs 97 # ifdef emacs
98 # undef malloc 98 # undef malloc
99 # define malloc xmalloc 99 # define malloc xmalloc
100 # ifdef EMACS_FREE 100 # ifdef EMACS_FREE
101 # define free EMACS_FREE 101 # define free EMACS_FREE
102 # endif 102 # endif