diff options
| author | Karl Heuer | 1995-01-11 03:00:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-01-11 03:00:32 +0000 |
| commit | e19e5a3e1661b451ac543abb70552c3ab717f433 (patch) | |
| tree | 7f5600c81d8aacaf42ef9da8577772a8f960dd93 /src/alloc.c | |
| parent | a56687f1c0d33da916e0a7290caff24a5707de2b (diff) | |
| download | emacs-e19e5a3e1661b451ac543abb70552c3ab717f433.tar.gz emacs-e19e5a3e1661b451ac543abb70552c3ab717f433.zip | |
(DONT_COPY_FLAG): Fix typo.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
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; | |||
| 110 | /* Define DONT_COPY_FLAG to be the bit in a small string that was placed | 110 | /* Define DONT_COPY_FLAG to be the bit in a small string that was placed |
| 111 | in the low bit of the size field when marking small strings. */ | 111 | in the low bit of the size field when marking small strings. */ |
| 112 | #ifndef DONT_COPY_FLAG | 112 | #ifndef DONT_COPY_FLAG |
| 113 | #define DONT_COPY_FLAG PSEUDO_VECTOR_FLAG | 113 | #define DONT_COPY_FLAG PSEUDOVECTOR_FLAG |
| 114 | #endif /* no DONT_COPY_FLAG */ | 114 | #endif /* no DONT_COPY_FLAG */ |
| 115 | 115 | ||
| 116 | /* Buffer in which we save a copy of the C stack at each GC. */ | 116 | /* Buffer in which we save a copy of the C stack at each GC. */ |