Make it possible to C-g in a tight bytecode loop again (bug#5680).
commitc0335e02ec7778c10fa110d8953f15990110e04b
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)
tree5590b260ef5def04995f56862de4cde46f19ef59
parente8defde36d0d4ab3dadd7f4a561a8c47ce110f9b
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