mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 23:09:34 +00:00
Resolve warning: no previous extern declaration for non-static variable in initkbd.c
This commit is contained in:
@@ -68,10 +68,26 @@ extern KbdInterface currentkbd;
|
|||||||
extern DspInterface currentdsp;
|
extern DspInterface currentdsp;
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
|
|
||||||
|
extern int LispKbdFd;
|
||||||
int LispKbdFd = -1;
|
int LispKbdFd = -1;
|
||||||
|
|
||||||
extern fd_set LispReadFds;
|
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 *EmMouseX68K;
|
||||||
DLword *EmMouseY68K;
|
DLword *EmMouseY68K;
|
||||||
DLword *EmCursorX68K;
|
DLword *EmCursorX68K;
|
||||||
@@ -88,6 +104,7 @@ DLword *EmDispInterrupt68K;
|
|||||||
DLword *EmCursorBitMap68K;
|
DLword *EmCursorBitMap68K;
|
||||||
|
|
||||||
/*u_char SUNLispKeyMap[128];*/
|
/*u_char SUNLispKeyMap[128];*/
|
||||||
|
extern u_char *SUNLispKeyMap;
|
||||||
u_char *SUNLispKeyMap;
|
u_char *SUNLispKeyMap;
|
||||||
|
|
||||||
/* keymap for type3 */
|
/* keymap for type3 */
|
||||||
|
|||||||
Reference in New Issue
Block a user