(free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
This commit is contained in:
@@ -90,6 +90,9 @@ typedef char *pointer;
|
||||
|
||||
#ifdef emacs
|
||||
#define malloc xmalloc
|
||||
#ifdef EMACS_FREE
|
||||
#define free EMACS_FREE
|
||||
#endif
|
||||
#endif
|
||||
extern pointer malloc ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user