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 27fe3f86961..74c3c66173a 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -3211,7 +3211,7 @@ Its value and function definition are void, and its property list is nil. */) | |||
| 3211 | 3211 | ||
| 3212 | CHECK_STRING (name); | 3212 | CHECK_STRING (name); |
| 3213 | 3213 | ||
| 3214 | eassert (!handling_signal); | 3214 | /* eassert (!handling_signal); */ |
| 3215 | 3215 | ||
| 3216 | #ifndef SYNC_INPUT | 3216 | #ifndef SYNC_INPUT |
| 3217 | BLOCK_INPUT; | 3217 | BLOCK_INPUT; |