summaryrefslogtreecommitdiff
path: root/lang/ccl/files/patch-lisp-kernel_gc-common.c
blob: e03167c2bf01719f8c71bc9103999052850354d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- lisp-kernel/gc-common.c.orig	2020-04-19 21:32:56 UTC
+++ lisp-kernel/gc-common.c
@@ -24,6 +24,9 @@
 #include <stdlib.h>
 #include <string.h>
 
+LispObj *GCrelocptr, *global_reloctab;
+LispObj GCfirstunmarked;
+
 #ifndef WINDOWS
 #include <sys/time.h>
 #endif