mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-23 10:48:26 +00:00
8 lines
260 B
C
8 lines
260 B
C
#ifndef GCHTFINDDEFS_H
|
|
#define GCHTFINDDEFS_H 1
|
|
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
|