X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcharconv.tcl;h=95a18a3a74069a37e4c8539b585650f29ed859ba;hb=c584380ce880fe0e0ba036f476f8a037763eac21;hp=6ffdd650a53c2aa693b392fbfe8ec29651025d3e;hpb=9527520d6b18b7c74d74ff4ad42fbf7eab73d203;p=yaz-moved-to-github.git diff --git a/src/charconv.tcl b/src/charconv.tcl index 6ffdd65..95a18a3 100755 --- a/src/charconv.tcl +++ b/src/charconv.tcl @@ -2,7 +2,7 @@ # the next line restats using tclsh \ exec tclsh "$0" "$@" # -# $Id: charconv.tcl,v 1.9 2005-11-06 01:55:06 adam Exp $ +# $Id: charconv.tcl,v 1.10 2005-11-09 17:48:11 adam Exp $ proc usage {} { puts {charconv.tcl: [-p prefix] [-s split] [-o ofile] file ... } @@ -22,7 +22,7 @@ proc preamble_trie {ofilehandle} { $totype to : 24; }; struct yaz_iconv_trie_dir { - short ptr : 15; + int ptr : 15; unsigned combining : 1; $totype to : 24; };