diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 5cdd5af9ecf..f325b6ed449 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1277,7 +1277,7 @@ emacs_blocked_realloc (void *ptr, size_t size, const void *ptr2) | |||
| 1277 | calls malloc because it is the first call, and we have an endless loop. */ | 1277 | calls malloc because it is the first call, and we have an endless loop. */ |
| 1278 | 1278 | ||
| 1279 | void | 1279 | void |
| 1280 | reset_malloc_hooks () | 1280 | reset_malloc_hooks (void) |
| 1281 | { | 1281 | { |
| 1282 | __free_hook = old_free_hook; | 1282 | __free_hook = old_free_hook; |
| 1283 | __malloc_hook = old_malloc_hook; | 1283 | __malloc_hook = old_malloc_hook; |