diff --git a/inc/gc.h b/inc/gc.h index 3ffbef1..3434b87 100755 --- a/inc/gc.h +++ b/inc/gc.h @@ -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);