summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-12-10 23:04:12 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-12-10 23:04:12 +0900
commitae31a7fac5c1cb8d5d3cb3238d15a5e3b791fd69 (patch)
tree2dd1b0284abcc06c0d80500d6d8e86505ec05130 /src/lisp.h
parentafd162d0d782a4889e0c99dc3458a66e36da7cd4 (diff)
parent828b4560cd4a0d8cb9b7a7a3e20ff0c53ba86cfa (diff)
downloademacs-test-concurrency.tar.gz
Merge with remote reptest-concurrency
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 72ea50d5f27..3c7c3dde904 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -845,6 +845,7 @@ enum pvec_type
PVEC_THREAD,
PVEC_MUTEX,
PVEC_CONDVAR,
+
/* These should be last, check internal_equal to see why. */
PVEC_COMPILED,
PVEC_CHAR_TABLE,
@@ -3229,6 +3230,7 @@ union specbinding
} bt;
};
+/* These 3 are defined as macros in thread.h. */
/* extern union specbinding *specpdl; */
/* extern union specbinding *specpdl_ptr; */
/* extern ptrdiff_t specpdl_size; */