Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/lang/ccl/files/patch-lisp-kernel_gc-common.c
16125 views
1
--- lisp-kernel/gc-common.c.orig 2020-04-19 21:32:56 UTC
2
+++ lisp-kernel/gc-common.c
3
@@ -24,6 +24,9 @@
4
#include <stdlib.h>
5
#include <string.h>
6
7
+LispObj *GCrelocptr, *global_reloctab;
8
+LispObj GCfirstunmarked;
9
+
10
#ifndef WINDOWS
11
#include <sys/time.h>
12
#endif
13
14