aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
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
845 PVEC_THREAD, 845 PVEC_THREAD,
846 PVEC_MUTEX, 846 PVEC_MUTEX,
847 PVEC_CONDVAR, 847 PVEC_CONDVAR,
848
848 /* These should be last, check internal_equal to see why. */ 849 /* These should be last, check internal_equal to see why. */
849 PVEC_COMPILED, 850 PVEC_COMPILED,
850 PVEC_CHAR_TABLE, 851 PVEC_CHAR_TABLE,
@@ -3229,6 +3230,7 @@ union specbinding
3229 } bt; 3230 } bt;
3230 }; 3231 };
3231 3232
3233/* These 3 are defined as macros in thread.h. */
3232/* extern union specbinding *specpdl; */ 3234/* extern union specbinding *specpdl; */
3233/* extern union specbinding *specpdl_ptr; */ 3235/* extern union specbinding *specpdl_ptr; */
3234/* extern ptrdiff_t specpdl_size; */ 3236/* extern ptrdiff_t specpdl_size; */