mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 07:54:13 +00:00
7 lines
188 B
C
7 lines
188 B
C
#ifndef GCCODEDEFS_H
|
|
#define GCCODEDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR reclaimcodeblock(LispPTR codebase);
|
|
int code_block_size(long unsigned int codeblock68k);
|
|
#endif
|