Make it possible to C-g in a tight bytecode loop again (bug#5680).
commitd67c4f1e23aaaca817bde7efe02f1d5b509ae0be
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Mar 2010 23:08:18 +0000 (5 18:08 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 5 Mar 2010 23:08:18 +0000 (5 18:08 -0500)
treecaa41ab6e613db069079f59855fe9d2ab147ac3a
parenta8469301a1685ede2d255afed0ca37f1859e9963
Make it possible to C-g in a tight bytecode loop again (bug#5680).
* lisp.h (ELSE_PENDING_SIGNALS): New macro.
(QUIT): Use it to consolidate code and remove redundancy.
* bytecode.c (BYTE_CODE_QUIT): Use it as well.
src/ChangeLog
src/bytecode.c
src/lisp.h