From 8612d84761f2bc94aa445049ed7948cc68090f9f Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sat, 5 Sep 2020 17:04:28 -0700 Subject: [PATCH] Add missing function prototype to gchtfinddefs.h modified: inc/gchtfinddefs.h --- inc/gchtfinddefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/gchtfinddefs.h b/inc/gchtfinddefs.h index 655c065..e648a2d 100644 --- a/inc/gchtfinddefs.h +++ b/inc/gchtfinddefs.h @@ -3,4 +3,5 @@ void enter_big_reference_count(LispPTR ptr); void modify_big_reference_count(LispPTR *entry, DLword casep, LispPTR ptr); LispPTR htfind(LispPTR ptr, int casep); +LispPTR rec_htfind(LispPTR ptr, int casep); #endif