Skip to content

Commit

Permalink
Get rid of the warnings properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jdz committed May 27, 2020
1 parent 622c861 commit 3c97568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp-kernel/pmcl-kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit 3c97568

Please sign in to comment.