aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2006-02-17 16:00:35 +0000
committerStefan Monnier <[email protected]>2006-02-17 16:00:35 +0000
commit537407f0491cb7da09ffcb573f58ec223d0b4a4e (patch)
tree90f748ed5a7864883e9fb98198014d2d80e46e37 /src/alloc.c
parentb9e1451a3d0381455c862b8baebcc0aa965daa1f (diff)
(Fmake_symbol): Comment-out left-over assert from before we added BLOCK_INPUTs.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 0276f85f1f..bb5f550d17 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3209,7 +3209,7 @@ Its value and function definition are void, and its property list is nil. */)
CHECK_STRING (name);
- eassert (!handling_signal);
+ /* eassert (!handling_signal); */
#ifndef SYNC_INPUT
BLOCK_INPUT;