aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 9aa947fca94..ccd5a847dad 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -110,7 +110,7 @@ Lisp_Object memory_signal_data;
110/* Define DONT_COPY_FLAG to be the bit in a small string that was placed 110/* Define DONT_COPY_FLAG to be the bit in a small string that was placed
111 in the low bit of the size field when marking small strings. */ 111 in the low bit of the size field when marking small strings. */
112#ifndef DONT_COPY_FLAG 112#ifndef DONT_COPY_FLAG
113#define DONT_COPY_FLAG PSEUDO_VECTOR_FLAG 113#define DONT_COPY_FLAG PSEUDOVECTOR_FLAG
114#endif /* no DONT_COPY_FLAG */ 114#endif /* no DONT_COPY_FLAG */
115 115
116/* Buffer in which we save a copy of the C stack at each GC. */ 116/* Buffer in which we save a copy of the C stack at each GC. */