From abfc9c412cdb2c7d0d046c727730f44b1b8fc6ec Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 16 Oct 2003 14:08:28 +0000 Subject: * dcrt0.cc: Remove local variable alternate_charset_active. * fhandler.h: Add variable alternate_charset_active, functions str_to_con, con_to_str to dev_console structure. * fhandler_console.cc (con_to_str): Move function into dev_console class. (str_to_con): Ditto. (fhandler_console::read): Call con_to_str on dev_state. (fhandler_console::write_normal): Call str_to_con on dev_state. (fhandler_console::char_command): Change active_charset_active assignment to be on dev_state. * winsup.h: Remove global external variable alternate_charset_active. --- winsup/cygwin/dcrt0.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/dcrt0.cc') diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index e03c3affd..b862ee150 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -57,7 +57,6 @@ bool display_title; bool strip_title_path; bool allow_glob = TRUE; codepage_type current_codepage = ansi_cp; -bool alternate_charset_active; int cygwin_finished_initializing; -- cgit v1.2.3