* profiler.c (handle_profiler_signal): Inhibit pending signals too,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Oct 2012 05:52:49 +0000 (22:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Oct 2012 05:52:49 +0000 (22:52 -0700)
commit88d69b7ddca305bb96d6e671300f6724e4f147dd
treeb2ee21fefc1376198029fba154c658c9b2cdf90f
parent2b794d6940aa7dc58e297b3649b7799190d71f64
* profiler.c (handle_profiler_signal): Inhibit pending signals too,

to avoid similar races.
* keyboard.c (pending_signals): Now bool, not int.
src/ChangeLog
src/keyboard.c
src/lisp.h
src/profiler.c