diff options
| author | Karl Heuer | 1996-01-05 10:03:17 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-05 10:03:17 +0000 |
| commit | 8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch) | |
| tree | 8f5bfe00dcb80384d562fad62d2166df9b06bec0 /src/alloc.c | |
| parent | 34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff) | |
| download | emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.zip | |
Comment fixes.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 06b1cdaf814..e911dfce35c 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -151,7 +151,7 @@ Lisp_Object memory_signal_data; | |||
| 151 | /* Define DONT_COPY_FLAG to be some bit which will always be zero in a | 151 | /* Define DONT_COPY_FLAG to be some bit which will always be zero in a |
| 152 | pointer to a Lisp_Object, when that pointer is viewed as an integer. | 152 | pointer to a Lisp_Object, when that pointer is viewed as an integer. |
| 153 | (On most machines, pointers are even, so we can use the low bit. | 153 | (On most machines, pointers are even, so we can use the low bit. |
| 154 | Word-addressible architectures may need to override this in the m-file.) | 154 | Word-addressable architectures may need to override this in the m-file.) |
| 155 | When linking references to small strings through the size field, we | 155 | When linking references to small strings through the size field, we |
| 156 | use this slot to hold the bit that would otherwise be interpreted as | 156 | use this slot to hold the bit that would otherwise be interpreted as |
| 157 | the GC mark bit. */ | 157 | the GC mark bit. */ |
| @@ -2157,7 +2157,7 @@ gc_sweep () | |||
| 2157 | 2157 | ||
| 2158 | #ifndef standalone | 2158 | #ifndef standalone |
| 2159 | /* Put all unmarked markers on free list. | 2159 | /* Put all unmarked markers on free list. |
| 2160 | Dechain each one first from the buffer it points into, | 2160 | Unchain each one first from the buffer it points into, |
| 2161 | but only if it's a real marker. */ | 2161 | but only if it's a real marker. */ |
| 2162 | { | 2162 | { |
| 2163 | register struct marker_block *mblk; | 2163 | register struct marker_block *mblk; |