aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 666f77bfce1..37069ee4c9e 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -998,6 +998,7 @@ record_xmalloc (size_t size)
998 allocated memory block (for strings, for conses, ...). */ 998 allocated memory block (for strings, for conses, ...). */
999 999
1000#if ! USE_LSB_TAG 1000#if ! USE_LSB_TAG
1001extern void *lisp_malloc_loser;
1001void *lisp_malloc_loser EXTERNALLY_VISIBLE; 1002void *lisp_malloc_loser EXTERNALLY_VISIBLE;
1002#endif 1003#endif
1003 1004