/[emacs]/emacs/src/alloc.c
ViewVC logotype

Diff of /emacs/src/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.366 by jhd, Sat Apr 2 12:05:38 2005 UTC revision 1.367 by kfstorm, Sun Apr 3 22:27:05 2005 UTC
# Line 4687  returns nil, because real GC can't be do Line 4687  returns nil, because real GC can't be do
4687    if (pure_bytes_used_before_overflow)    if (pure_bytes_used_before_overflow)
4688      return Qnil;      return Qnil;
4689    
4690      CHECK_CONS_LIST ();
4691    
4692    /* Don't keep undo information around forever.    /* Don't keep undo information around forever.
4693       Do this early on, so it is no problem if the user quits.  */       Do this early on, so it is no problem if the user quits.  */
4694    {    {
# Line 4880  returns nil, because real GC can't be do Line 4882  returns nil, because real GC can't be do
4882    
4883    UNBLOCK_INPUT;    UNBLOCK_INPUT;
4884    
4885      CHECK_CONS_LIST ();
4886    
4887    /* clear_marks (); */    /* clear_marks (); */
4888    gc_in_progress = 0;    gc_in_progress = 0;
4889    

Legend:
Removed from v.1.366  
changed lines
  Added in v.1.367

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26