diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-30 01:18:43 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-12-30 01:18:43 -0500 |
commit | 54bbe9318f6e9aca131a985cb7ab1e979c1130ef (patch) | |
tree | c3db407b34718d9b9356b593992c875bf46f6ed2 /WWW/Library/Implementation/www_tcp.h | |
parent | ed2d970693bd42f56001960e78f70fc97c925491 (diff) | |
download | lynx-snapshots-54bbe9318f6e9aca131a985cb7ab1e979c1130ef.tar.gz |
snapshot of project "lynx", label v2-8-7dev_11c
Diffstat (limited to 'WWW/Library/Implementation/www_tcp.h')
-rw-r--r-- | WWW/Library/Implementation/www_tcp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/www_tcp.h b/WWW/Library/Implementation/www_tcp.h index c17fe4ae..45216f7f 100644 --- a/WWW/Library/Implementation/www_tcp.h +++ b/WWW/Library/Implementation/www_tcp.h @@ -1,5 +1,5 @@ /* System dependencies in the W3 library - * $LynxId: www_tcp.h,v 1.37 2007/08/02 20:06:10 tom Exp $ + * $LynxId: www_tcp.h,v 1.38 2008/12/30 01:01:34 Paul.Gilmartin Exp $ * SYSTEM DEPENDENCIES @@ -149,8 +149,8 @@ Default values #ifndef TOASCII #ifdef EBCDIC /* S/390 -- gil -- 1327 */ -extern char un_IBM1047[]; -extern unsigned char IBM1047[]; +extern const char un_IBM1047[]; +extern const unsigned char IBM1047[]; /* For debugging #include <assert.h> |