mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-06 19:11:25 +00:00
7 lines
144 B
C
7 lines
144 B
C
#ifndef GCSCANDEFS_H
|
|
#define GCSCANDEFS_H 1
|
|
#include "lispemul.h" /* for DLword */
|
|
DLword gcscan1(int probe);
|
|
DLword gcscan2(int probe);
|
|
#endif
|