summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-08-02 14:21:53 +0000
committerChristopher Faylor <me@cgf.cx>2007-08-02 14:21:53 +0000
commit7e4f1942e4a3a3d1477dcffd5b45255007ed13d4 (patch)
treecdb98f9b9bfed984b579b0f6decc25a715ee0cac /winsup/cygwin/dcrt0.cc
parentdcd1ef4516bf43cdd866069ef5df2a6a958945d2 (diff)
downloadcygnal-7e4f1942e4a3a3d1477dcffd5b45255007ed13d4.tar.gz
cygnal-7e4f1942e4a3a3d1477dcffd5b45255007ed13d4.tar.bz2
cygnal-7e4f1942e4a3a3d1477dcffd5b45255007ed13d4.zip
* dcrt0.cc (codepage_type): Remove definition.
* strfuncs.cc: Move it here. New file with bits of miscfuncs.cc. * miscfuncs.cc: Remove wide character stuff.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 9e02a6fb8..801b7fbf8 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -55,7 +55,6 @@ bool display_title;
bool strip_title_path;
bool allow_glob = true;
bool NO_COPY in_forkee;
-codepage_type current_codepage = ansi_cp;
int __argc_safe;
int _declspec(dllexport) __argc;