diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-10 23:17:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-10 23:17:21 +0000 |
commit | 0a769c255a96dee782256ee0fd1da9692acb54f0 (patch) | |
tree | 748e90a622aeb028ce45a7de9191dee27a9c0dd0 /Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w | |
parent | 4794c97c02d3e609dd5efee71ed059c1e347dda7 (diff) |
cjk (9may12)
git-svn-id: svn://tug.org/texlive/trunk@26296 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w')
-rw-r--r-- | Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w index f70de15004d..c8630fdc8b9 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w @@ -1,6 +1,6 @@ -% This is the cweb file cef5conv.w of the CJK Package Ver. 4.8.2 29-Dec-2008 +% This is the cweb file cef5conv.w of the CJK Package Ver. 4.8.3 07-May-2012 -% Copyright (C) 1994-2008 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{cef5conv (CJK Version 4.8.2)} +\def\title{cef5conv (CJK Version 4.8.3)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont cef5conv} program} \vskip 20pt - \centerline{(CJK Version 4.8.2)} + \centerline{(CJK Version 4.8.3)} \vfill} \def\botofcontents{ @@ -103,7 +103,7 @@ which will see the output of \.{cef5conv} complains loudly if something is wrong. @d banner -"cef5conv (CJK ver. 4.8.2)" +"cef5conv (CJK ver. 4.8.3)" @c #include <ctype.h> @@ -111,10 +111,7 @@ wrong. #include <stdlib.h>@# -int main(argc, argv) - int argc; - char *argv[]; - +int main(int argc, char *argv[]) {int ch, i; unsigned char in[16]; unsigned char out[32]; @@ -175,6 +172,7 @@ int main(argc, argv) goto no_macro;@# *(outp++) = '\177'; + *(outp++) = '\177'; *(outp++) = '\"'; *(outp++) = '0';@# @@ -191,7 +189,6 @@ int main(argc, argv) goto no_macro;@# *(outp++) = '\177'; - *(outp++) = '\177'; *(outp++) = '\"'; *(outp++) = '0';@# |