diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloca.c b/src/alloca.c index c03404b607e..ec70d2ad9a1 100644 --- a/src/alloca.c +++ b/src/alloca.c | |||
| @@ -94,7 +94,7 @@ typedef char *pointer; | |||
| 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 |