blob: 1b7a8c8f689adcb92364c18a61e59484b2e2d9a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lisp-kernel/pmcl-kernel.c.orig 2020-04-19 21:32:56 UTC
+++ lisp-kernel/pmcl-kernel.c
@@ -151,7 +151,7 @@ wperror(char* message)
LispObj lisp_nil = (LispObj) 0;
bitvector global_mark_ref_bits = NULL, dynamic_mark_ref_bits = NULL, relocatable_mark_ref_bits = NULL, global_refidx = NULL, dynamic_refidx = NULL,managed_static_refidx = NULL;
-
+void *tcr_area_lock;
/* These are all "persistent" : they're initialized when
subprims are first loaded and should never change. */
|