# HG changeset patch # User Andrew Innes # Date 925642931 0 # Node ID fc493aad59adb00e9d439fc378807188f7e0ee36 # Parent 556285c0e5c432706d410aa78198662dad4d3339 (unibyte_display_via_language_environment): Add extern. diff -r 556285c0e5c4 -r fc493aad59ad src/msdos.c --- a/src/msdos.c Sun May 02 10:58:11 1999 +0000 +++ b/src/msdos.c Sun May 02 11:02:11 1999 +0000 @@ -355,6 +355,8 @@ /* Segment and offset of the virtual screen. If 0, DOS/V is NOT loaded. */ static unsigned short screen_virtual_segment = 0; static unsigned short screen_virtual_offset = 0; +/* A flag to control how to display unibyte 8-bit characters. */ +extern int unibyte_display_via_language_environment; #if __DJGPP__ > 1 /* Update the screen from a part of relocated DOS/V screen buffer which