mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-31 13:52:29 +00:00
Provide prototypes for gcscan1/gcscan2 implemented in gcscan.c
modified: src/gcmain3.c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user