diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-06-11 10:54:07 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-06-11 10:54:07 -0700 |
commit | 15684f524b58e19fc7d44b09db0d15a8f582118a (patch) | |
tree | 6af73cb3385ac199d533c6039adcf1ce7bacbe12 /src/alloc.c | |
parent | faded0b1394b3925f646d2b4905e49e0c130e37b (diff) | |
download | emacs-15684f524b58e19fc7d44b09db0d15a8f582118a.tar.gz |
Spelling fix.
Diffstat (limited to 'src/alloc.c')
-rw-r--r-- | src/alloc.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/alloc.c b/src/alloc.c index a7446e6b708..e5116acaefd 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4556,7 +4556,7 @@ maybe_lisp_pointer (void *p) { return !((intptr_t) p % (USE_LSB_TAG ? GCALIGNMENT : 2)); } - + /* If P points to Lisp data, mark that as live if it isn't already marked. */ @@ -5023,7 +5023,7 @@ relocatable_string_data_p (const char *str) { if (PURE_POINTER_P (str)) return 0; -#if GC_MARK_STACK +#if GC_MARK_STACK if (str) { struct sdata *sdata @@ -5037,7 +5037,7 @@ relocatable_string_data_p (const char *str) && (const char *) sdata->string->data == str); } return 0; -#endif /* GC_MARK_STACK */ +#endif /* GC_MARK_STACK */ return -1; } @@ -5882,9 +5882,9 @@ See Info node `(elisp)Garbage Collection'. */) #elif (GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE) /* Old GCPROs-based method without stack marking. */ return garbage_collect_1 (NULL); -#else +#else emacs_abort (); -#endif /* GC_MARK_STACK */ +#endif /* GC_MARK_STACK */ } /* Mark Lisp objects in glyph matrix MATRIX. Currently the @@ -5979,7 +5979,7 @@ static Lisp_Object mark_compiled (struct Lisp_Vector *ptr) { int i, size = ptr->header.size & PSEUDOVECTOR_SIZE_MASK; - + VECTOR_MARK (ptr); for (i = 0; i < size; i++) if (i != COMPILED_CONSTANTS) @@ -6057,7 +6057,7 @@ mark_localized_symbol (struct Lisp_Symbol *ptr) struct Lisp_Buffer_Local_Value *blv = SYMBOL_BLV (ptr); Lisp_Object where = blv->where; /* If the value is set up for a killed buffer or deleted - frame, restore it's global binding. If the value is + frame, restore its global binding. If the value is forwarded to a C variable, either it's not a Lisp_Object var, or it's staticpro'd already. */ if ((BUFFERP (where) && !BUFFER_LIVE_P (XBUFFER (where))) |