aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.c
diff options
context:
space:
mode:
authorTom Tromey2012-08-17 07:16:16 -0600
committerTom Tromey2012-08-17 07:16:16 -0600
commitabb9e9d865e156bb7ba28063a40a1e54608143b8 (patch)
tree84257353b59ef4a28d07bfc29e7704498e8f0b70 /src/thread.c
parentc26c68374458681aff122267af06d75e551bc474 (diff)
downloademacs-abb9e9d865e156bb7ba28063a40a1e54608143b8.tar.gz
emacs-abb9e9d865e156bb7ba28063a40a1e54608143b8.zip
declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.h
Diffstat (limited to 'src/thread.c')
-rw-r--r--src/thread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/thread.c b/src/thread.c
index be98b4aae1d..e492c576793 100644
--- a/src/thread.c
+++ b/src/thread.c
@@ -24,10 +24,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24#include "buffer.h" 24#include "buffer.h"
25#include "process.h" 25#include "process.h"
26 26
27/* FIXME */
28extern void unbind_for_thread_switch (void);
29extern void rebind_for_thread_switch (void);
30
31static struct thread_state primary_thread; 27static struct thread_state primary_thread;
32 28
33struct thread_state *current_thread = &primary_thread; 29struct thread_state *current_thread = &primary_thread;