mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
... start by fixing the include files and the fallout in C source from removing includes not directly needed by headers that previously included them.
9 lines
197 B
C
9 lines
197 B
C
#ifndef GCMAIN3DEFS_H
|
|
#define GCMAIN3DEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR gcmapscan(void);
|
|
LispPTR gcmapscan(void);
|
|
LispPTR gcmapunscan(void);
|
|
LispPTR gcscanstack(void);
|
|
#endif
|