diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-02 02:01:19 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-02 02:01:19 -0500 |
commit | dfae7cc51e19e1ca4aa857bf858e7e0ad4fa9ce1 (patch) | |
tree | b60b22b24df118d09bfa7b7e908a6ed74e165d7d /src/chrtrans | |
parent | 1928ffc4107112416223241f38b9c89f1620503f (diff) | |
download | lynx-snapshots-dfae7cc51e19e1ca4aa857bf858e7e0ad4fa9ce1.tar.gz |
snapshot of project "lynx", label v2-8-7dev_12a
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/makeuctb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c index c98adb4c..e36b8902 100644 --- a/src/chrtrans/makeuctb.c +++ b/src/chrtrans/makeuctb.c @@ -1,5 +1,5 @@ /* - * $LynxId: makeuctb.c,v 1.38 2008/12/31 22:04:03 tom Exp $ + * $LynxId: makeuctb.c,v 1.39 2009/01/01 17:01:15 tom Exp $ * * makeuctb.c, derived from conmakehash.c - kw * @@ -153,7 +153,6 @@ static const char *hdrname; static int RawOrEnc = 0; static int Raw_found = 0; /* whether explicit R directive found */ static int CodePage = 0; -static int CodePage_found = 0; /* whether explicit C directive found */ #define MAX_UNIPAIRS 4500 @@ -503,7 +502,6 @@ int main(int argc, char **argv) p++; } CodePage = strtol(p, 0, 10); - CodePage_found = 1; continue; } |