From efb56b311a59529196831da51ebbf21c20be665d Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Thu, 4 Dec 2025 18:42:50 +0300 Subject: Redeclare some vars as extern --- emu/port/devcons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emu/port/devcons.c') diff --git a/emu/port/devcons.c b/emu/port/devcons.c index 0964b56f..dfba5621 100644 --- a/emu/port/devcons.c +++ b/emu/port/devcons.c @@ -7,7 +7,7 @@ #include "keyboard.h" extern int cflag; -int exdebug; +extern int exdebug; extern int keepbroken; enum @@ -61,7 +61,7 @@ Dirtab contab[] = }; Queue* gkscanq; /* Graphics keyboard raw scancodes */ -char* gkscanid; /* name of raw scan format (if defined) */ +extern char* gkscanid; /* name of raw scan format (if defined) */ Queue* gkbdq; /* Graphics keyboard unprocessed input */ Queue* kbdq; /* Console window unprocessed keyboard input */ Queue* lineq; /* processed console input */ -- cgit v1.2.3