From f18295480f4cb80a1b65955e1bbd6ca80357f47c Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 6 Jan 2023 12:20:29 -0800 Subject: [PATCH] Resolve warning: no previous extern declaration for non-static variable in initkbd.c --- src/initkbd.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/initkbd.c b/src/initkbd.c index b974c4c..ec597a9 100644 --- a/src/initkbd.c +++ b/src/initkbd.c @@ -68,10 +68,26 @@ extern KbdInterface currentkbd; extern DspInterface currentdsp; #endif /* DOS */ +extern int LispKbdFd; int LispKbdFd = -1; extern fd_set LispReadFds; +extern DLword *EmMouseX68K; +extern DLword *EmMouseY68K; +extern DLword *EmCursorX68K; +extern DLword *EmCursorY68K; +extern DLword *EmRealUtilin68K; +extern DLword *EmUtilin68K; +extern DLword *EmKbdAd068K; +extern DLword *EmKbdAd168K; +extern DLword *EmKbdAd268K; +extern DLword *EmKbdAd368K; +extern DLword *EmKbdAd468K; +extern DLword *EmKbdAd568K; +extern DLword *EmDispInterrupt68K; +extern DLword *EmCursorBitMap68K; + DLword *EmMouseX68K; DLword *EmMouseY68K; DLword *EmCursorX68K; @@ -88,6 +104,7 @@ DLword *EmDispInterrupt68K; DLword *EmCursorBitMap68K; /*u_char SUNLispKeyMap[128];*/ +extern u_char *SUNLispKeyMap; u_char *SUNLispKeyMap; /* keymap for type3 */