1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

rs232c.h does not directly reference Lisp_world and both rs232 implementations include lspglob.h for it

This commit is contained in:
Nick Briggs
2022-12-23 14:04:06 -08:00
parent 2b7228f37e
commit aa29914b2b

View File

@@ -160,7 +160,4 @@ typedef struct {
DLword rs232c_length;
char rs232c_data;
} RS232C_ENCAPSULATION;
extern DLword *Lisp_world;
#endif