From aa29914b2b06a7098ecdc0e55d2135febc70331b Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 23 Dec 2022 14:04:06 -0800 Subject: [PATCH] rs232c.h does not directly reference Lisp_world and both rs232 implementations include lspglob.h for it --- inc/rs232c.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/rs232c.h b/inc/rs232c.h index 8a74562..3385b58 100755 --- a/inc/rs232c.h +++ b/inc/rs232c.h @@ -160,7 +160,4 @@ typedef struct { DLword rs232c_length; char rs232c_data; } RS232C_ENCAPSULATION; - -extern DLword *Lisp_world; - #endif