mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-19 17:28:18 +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.
6 lines
156 B
C
6 lines
156 B
C
#ifndef FINDKEYDEFS_H
|
|
#define FINDKEYDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR N_OP_findkey(register LispPTR tos, register int byte);
|
|
#endif
|