X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyc.tcl;h=e5463b7cdd920d7e094ba99d999a0c5683f6b565;hb=62bcf7a811cd3151ac10f93317c9ddfa6b16f539;hp=49627ccae1406434c869f6a3d1523a48ca8ff3b9;hpb=d205d4870b1d64af05e9d6f6a2223086af4cce9e;p=yaz-moved-to-github.git diff --git a/util/yc.tcl b/util/yc.tcl index 49627cc..e5463b7 100755 --- a/util/yc.tcl +++ b/util/yc.tcl @@ -3,12 +3,14 @@ exec tclsh "$0" "$@" # # YC: ASN.1 Compiler for YAZ -# (c) Index Data 1996-1999 +# (c) Index Data 1996-2000 # See the file LICENSE for details. -# Sebastian Hammer, Adam Dickmeiss # # $Log: yc.tcl,v $ -# Revision 1.4 1999-12-16 23:36:19 adam +# Revision 1.5 2000-01-15 09:18:42 adam +# Bug fix: some elements where treated as OPTIONAL when they shouldn't. +# +# Revision 1.4 1999/12/16 23:36:19 adam # Implemented ILL protocol. Minor updates ASN.1 compiler. # # Revision 1.3 1999/11/30 13:47:12 adam @@ -266,7 +268,7 @@ proc asnOptional {} { return 1 } elseif {[lex-name-move DEFAULT]} { lex - return 1 + return 0 } return 0 }