comparison src/alloc.c @ 90314:d1c5430c5bff

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 97-112) - Update from CVS - Merge from erc--emacs--0 - Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 37) - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 22 Feb 2006 06:54:10 +0000
parents 4b3d39451150 977852fb2e3b
children 494bf720eaf0
comparison
equal deleted inserted replaced
90313:496f6d9b9d20 90314:d1c5430c5bff
3164 register Lisp_Object val; 3164 register Lisp_Object val;
3165 register struct Lisp_Symbol *p; 3165 register struct Lisp_Symbol *p;
3166 3166
3167 CHECK_STRING (name); 3167 CHECK_STRING (name);
3168 3168
3169 eassert (!handling_signal); 3169 /* eassert (!handling_signal); */
3170 3170
3171 #ifndef SYNC_INPUT 3171 #ifndef SYNC_INPUT
3172 BLOCK_INPUT; 3172 BLOCK_INPUT;
3173 #endif 3173 #endif
3174 3174