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:
parent
00edcd1d23
commit
99d5dc1271
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ typedef char *pointer;
|
|||
|
||||
#ifdef emacs
|
||||
#define malloc xmalloc
|
||||
#ifdef EMACS_FREE
|
||||
#define free EMACS_FREE
|
||||
#endif
|
||||
#endif
|
||||
extern pointer malloc ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue