summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-01-11 03:00:32 +0000
committerKarl Heuer <kwzh@gnu.org>1995-01-11 03:00:32 +0000
commit9ca25a3930dc67d3a6a6e85045c067e26a4fd053 (patch)
tree323656fb8bbc74ac505654e3f98bdbbcd5e064cd /src/alloc.c
parentb81e4205653d5257a73944a1e285026637f98673 (diff)
downloademacs-9ca25a3930dc67d3a6a6e85045c067e26a4fd053.tar.gz
(DONT_COPY_FLAG): Fix typo.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
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. */