summarylogtreecommitdiffstats
path: root/0004.patch
blob: 1d2251c29f422de6499e493b7a2a6974c2e5fa2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 3c9756847a3995331181214753a6e9a2bd48c416 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C4=81nis=20D=C5=BEeri=C5=86=C5=A1?=
 <smuglispweenie@gmail.com>
Date: Wed, 27 May 2020 15:03:00 +0300
Subject: [PATCH 4/4] Get rid of the warnings properly


 100.0% lisp-kernel/
diff --git a/lisp-kernel/pmcl-kernel.c b/lisp-kernel/pmcl-kernel.c
index e474716a..e65e3c38 100644
--- a/lisp-kernel/pmcl-kernel.c
+++ b/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;
-LispObj *global_reloctab = (LispObj) 0, *GCrelocptr = (LispObj) 0;
+LispObj *global_reloctab = (LispObj*) 0, *GCrelocptr = (LispObj*) 0;
 void *tcr_area_lock = NULL;
 
 
-- 
2.27.0