1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(free) [emacs && EMACS_FREE]: Define as EMACS_FREE.

This commit is contained in:
Gerd Moellmann 2000-07-18 13:02:40 +00:00
parent 00edcd1d23
commit 99d5dc1271

View file

@ -90,6 +90,9 @@ typedef char *pointer;
#ifdef emacs
#define malloc xmalloc
#ifdef EMACS_FREE
#define free EMACS_FREE
#endif
#endif
extern pointer malloc ();