Mercurial > emacs
changeset 24680:fc493aad59ad
(unibyte_display_via_language_environment): Add extern.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 02 May 1999 11:02:11 +0000 |
parents | 556285c0e5c4 |
children | 8187e7ce3c56 |
files | src/msdos.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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