diff options
| author | Richard M. Stallman | 1995-05-06 20:14:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-06 20:14:52 +0000 |
| commit | 01fadb4d84964b6c37d60daef587a46d397a10c7 (patch) | |
| tree | 9035cc54ffd3562e73021fef5ec3f5cad2e13082 /src | |
| parent | 1090a1617054e3bda2d37c38f6a201edd1c7d4f1 (diff) | |
| download | emacs-01fadb4d84964b6c37d60daef587a46d397a10c7.tar.gz emacs-01fadb4d84964b6c37d60daef587a46d397a10c7.zip | |
[! emacs]: #undef REL_ALLOC.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regex.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c index d191df63f53..3c0392a59a0 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -51,6 +51,11 @@ | |||
| 51 | 51 | ||
| 52 | #else /* not emacs */ | 52 | #else /* not emacs */ |
| 53 | 53 | ||
| 54 | /* If we are not linking with Emacs proper, | ||
| 55 | we can't use the relocating allocator | ||
| 56 | even if config.h says that we can. */ | ||
| 57 | #undef REL_ALLOC | ||
| 58 | |||
| 54 | #ifdef STDC_HEADERS | 59 | #ifdef STDC_HEADERS |
| 55 | #include <stdlib.h> | 60 | #include <stdlib.h> |
| 56 | #else | 61 | #else |