diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloca.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alloca.c b/src/alloca.c index 18d766c4cc5..087e990ab1e 100644 --- a/src/alloca.c +++ b/src/alloca.c | |||
| @@ -90,6 +90,9 @@ typedef char *pointer; | |||
| 90 | 90 | ||
| 91 | #ifdef emacs | 91 | #ifdef emacs |
| 92 | #define malloc xmalloc | 92 | #define malloc xmalloc |
| 93 | #ifdef EMACS_FREE | ||
| 94 | #define free EMACS_FREE | ||
| 95 | #endif | ||
| 93 | #endif | 96 | #endif |
| 94 | extern pointer malloc (); | 97 | extern pointer malloc (); |
| 95 | 98 | ||