]> git.eshelyaron.com Git - emacs.git/commitdiff
(DONT_COPY_FLAG): Fix typo.
authorKarl Heuer <kwzh@gnu.org>
Wed, 11 Jan 1995 03:00:32 +0000 (03:00 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 11 Jan 1995 03:00:32 +0000 (03:00 +0000)
src/alloc.c

index 9aa947fca940748cb118f85fd30c2f993a758d5d..ccd5a847dad88e53581a2c93426bafc4fe56fe05 100644 (file)
@@ -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.  */