diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 0276f85f1fe..bb5f550d175 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. */) | |||
| 3209 | 3209 | ||
| 3210 | CHECK_STRING (name); | 3210 | CHECK_STRING (name); |
| 3211 | 3211 | ||
| 3212 | eassert (!handling_signal); | 3212 | /* eassert (!handling_signal); */ |
| 3213 | 3213 | ||
| 3214 | #ifndef SYNC_INPUT | 3214 | #ifndef SYNC_INPUT |
| 3215 | BLOCK_INPUT; | 3215 | BLOCK_INPUT; |