changeset 10398:4a9bc1042dbc

(DONT_COPY_FLAG): Fix typo.
author Karl Heuer <kwzh@gnu.org>
date Wed, 11 Jan 1995 03:00:32 +0000
parents 8fe0c72ba336
children f70663b67154
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Wed Jan 11 02:24:09 1995 +0000
+++ b/src/alloc.c	Wed Jan 11 03:00:32 1995 +0000
@@ -110,7 +110,7 @@
 /* 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.  */