# HG changeset patch # User Karl Heuer # Date 789793232 0 # Node ID 4a9bc1042dbc817899d2cb24502e79e134d4e525 # Parent 8fe0c72ba3367a7bdf598a468de50155d2ba1691 (DONT_COPY_FLAG): Fix typo. diff -r 8fe0c72ba336 -r 4a9bc1042dbc src/alloc.c --- 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. */