From: Karl Heuer Date: Wed, 11 Jan 1995 03:00:32 +0000 (+0000) Subject: (DONT_COPY_FLAG): Fix typo. X-Git-Tag: emacs-19.34~5460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e19e5a3e1661b451ac543abb70552c3ab717f433;p=emacs.git (DONT_COPY_FLAG): Fix typo. --- 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. */