1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-16 00:04:59 +00:00

Provide prototypes for gcscan1/gcscan2 implemented in gcscan.c

modified:   src/gcmain3.c
This commit is contained in:
Nick Briggs 2020-07-26 20:42:34 -04:00
parent eaca0e1b72
commit 6a47a7733c

View File

@ -56,6 +56,10 @@ static char *id = "$Id: gcmain3.c,v 1.4 1999/05/31 23:35:31 sybalsky Exp $ Copyr
#include "inlnPS2.h"
#endif
/* from gcscan.c */
DLword gcscan1(register int probe);
DLword gcscan2(register int probe);
#define WORDSPERCELL 2
#define MAXHTCNT 63
#define PADDING 4