1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-17 08:33:48 +00:00

Provide correct definition for gcreccell() in gc.h to avoid implicit function definition warnings in gcmain3.c

This commit is contained in:
Nick Briggs 2018-03-23 12:17:37 -07:00
parent 04ea2996e1
commit 32651f2f10

View File

@ -268,3 +268,4 @@ struct htoverflow
extern LispPTR htfind(LispPTR ptr, int casep);
extern LispPTR rec_htfind(LispPTR ptr, int casep);
extern LispPTR gcreccell(LispPTR cell);