mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 23:09:34 +00:00
Files should explicitly include the definitions they directly depend on (#355)
... start by fixing the include files and the fallout in C source from removing includes not directly needed by headers that previously included them.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#ifndef TYPEOFDEFS_H
|
||||
#define TYPEOFDEFS_H 1
|
||||
#include "lispemul.h" /* for LispPTR */
|
||||
LispPTR N_OP_dtest(register LispPTR tos, register int atom_index);
|
||||
LispPTR N_OP_instancep(register LispPTR tos, register int atom_index);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user