diff --git a/dos/pdcscrn.c b/dos/pdcscrn.c index bad88f6e..1c02ed71 100644 --- a/dos/pdcscrn.c +++ b/dos/pdcscrn.c @@ -24,7 +24,9 @@ # include #endif -RCSID("$Id: pdcscrn.c,v 1.28 2006/04/25 22:43:12 wmcbrine Exp $"); +RCSID("$Id: pdcscrn.c,v 1.29 2006/07/07 05:14:37 wmcbrine Exp $"); + +Regs regs; /* used in various other modules */ static unsigned short *saved_screen = NULL; static int saved_lines = 0; diff --git a/pdcurses/initscr.c b/pdcurses/initscr.c index a7495ce0..d770cad7 100644 --- a/pdcurses/initscr.c +++ b/pdcurses/initscr.c @@ -38,7 +38,7 @@ # undef wnoutrefresh #endif -RCSID("$Id: initscr.c,v 1.44 2006/07/06 15:51:55 wmcbrine Exp $"); +RCSID("$Id: initscr.c,v 1.45 2006/07/07 05:14:37 wmcbrine Exp $"); const char *_curses_notice = "PDCurses 2.8 - Public Domain 2006"; @@ -54,10 +54,6 @@ MOUSE_STATUS Mouse_status; int use_emalloc = FALSE; -#ifdef DOS -Regs regs; -#endif - /* Global definitions for charget routines */ int c_pindex = 0; /* putter index */