diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-13 01:35:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-13 01:35:15 +0000 |
commit | bc6ed5498655ea0e2cc4f0748ad8311e803d5b71 (patch) | |
tree | d5aa1cd43a0d4af104f86cdfeeef6d21d8c291ae /winsup/cygwin/fhandler_console.cc | |
parent | cb1826572ce94eabfa1e4b5e8737fad188a55048 (diff) | |
download | newlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.zip newlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.gz newlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.bz2 |
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Diffstat (limited to 'winsup/cygwin/fhandler_console.cc')
-rw-r--r-- | winsup/cygwin/fhandler_console.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc index 3756ad2..d9f8cac 100644 --- a/winsup/cygwin/fhandler_console.cc +++ b/winsup/cygwin/fhandler_console.cc @@ -1647,7 +1647,7 @@ fhandler_console::write (const void *vsrc, size_t len) static struct { int vk; const char *val[4]; -} const keytable[] NO_COPY = { +} keytable[] NO_COPY = { /* NORMAL */ /* SHIFT */ /* CTRL */ /* ALT */ {VK_LEFT, {"\033[D", "\033[D", "\033[D", "\033\033[D"}}, {VK_RIGHT, {"\033[C", "\033[C", "\033[C", "\033\033[C"}}, |