Mercurial > emacs
comparison src/alloc.c @ 10398:4a9bc1042dbc
(DONT_COPY_FLAG): Fix typo.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 11 Jan 1995 03:00:32 +0000 |
| parents | c121703d35c7 |
| children | bfe591f66299 |
comparison
equal
deleted
inserted
replaced
| 10397:8fe0c72ba336 | 10398:4a9bc1042dbc |
|---|---|
| 108 #endif | 108 #endif |
| 109 | 109 |
| 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. */ |
| 117 | 117 |
| 118 char *stack_copy; | 118 char *stack_copy; |
