From e19e5a3e1661b451ac543abb70552c3ab717f433 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 11 Jan 1995 03:00:32 +0000 Subject: [PATCH] (DONT_COPY_FLAG): Fix typo. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* Define DONT_COPY_FLAG to be the bit in a small string that was placed in the low bit of the size field when marking small strings. */ #ifndef DONT_COPY_FLAG -#define DONT_COPY_FLAG PSEUDO_VECTOR_FLAG +#define DONT_COPY_FLAG PSEUDOVECTOR_FLAG #endif /* no DONT_COPY_FLAG */ /* Buffer in which we save a copy of the C stack at each GC. */ -- 2.39.5