mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-19 09:18:33 +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.
7 lines
169 B
C
7 lines
169 B
C
#ifndef SUBRDEFS_H
|
|
#define SUBRDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
char *atom_to_str(LispPTR atom_index);
|
|
void OP_subrcall(int subr_no, int argnum);
|
|
#endif
|