mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-20 17:47:48 +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
179 B
C
6 lines
179 B
C
#ifndef UNWINDDEFS_H
|
|
#define UNWINDDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR *N_OP_unwind(register LispPTR *cstkptr, register LispPTR tos, int n, int keep);
|
|
#endif
|