diff options
| author | Andrew Innes | 1999-05-02 11:02:11 +0000 |
|---|---|---|
| committer | Andrew Innes | 1999-05-02 11:02:11 +0000 |
| commit | 68026917ffbeb9f57ab9fd6a8396bfefec7d325c (patch) | |
| tree | f25b5c7146375aa7c4c2e7737476dfec4b0336e0 /src/msdos.c | |
| parent | 86e8618142c726187537bc790dd3b1d6abf44036 (diff) | |
| download | emacs-68026917ffbeb9f57ab9fd6a8396bfefec7d325c.tar.gz emacs-68026917ffbeb9f57ab9fd6a8396bfefec7d325c.zip | |
(unibyte_display_via_language_environment): Add extern.
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c index 9bb5fd9e788..24edf9c59dc 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -355,6 +355,8 @@ static unsigned long screen_old_address = 0; | |||
| 355 | /* Segment and offset of the virtual screen. If 0, DOS/V is NOT loaded. */ | 355 | /* Segment and offset of the virtual screen. If 0, DOS/V is NOT loaded. */ |
| 356 | static unsigned short screen_virtual_segment = 0; | 356 | static unsigned short screen_virtual_segment = 0; |
| 357 | static unsigned short screen_virtual_offset = 0; | 357 | static unsigned short screen_virtual_offset = 0; |
| 358 | /* A flag to control how to display unibyte 8-bit characters. */ | ||
| 359 | extern int unibyte_display_via_language_environment; | ||
| 358 | 360 | ||
| 359 | #if __DJGPP__ > 1 | 361 | #if __DJGPP__ > 1 |
| 360 | /* Update the screen from a part of relocated DOS/V screen buffer which | 362 | /* Update the screen from a part of relocated DOS/V screen buffer which |