X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Foidtoc.tcl;fp=src%2Foidtoc.tcl;h=2cbe66e750deb8390286a5d8cb7ee5947b83f86a;hp=c57a56e32db9ea574546c4f97628bd9036c991e0;hb=7a98e9bfbb9d5fe7d44822a9838e3becbdce9363;hpb=38ce2c71a8aa497a5c445dd36d12d0d535dea79a diff --git a/src/oidtoc.tcl b/src/oidtoc.tcl index c57a56e..2cbe66e 100644 --- a/src/oidtoc.tcl +++ b/src/oidtoc.tcl @@ -2,7 +2,7 @@ # Copyright (c) Index Data 2006-2007 # See the file LICENSE for details. # -# $Id: oidtoc.tcl,v 1.6 2007-05-07 13:18:32 adam Exp $ +# $Id: oidtoc.tcl,v 1.7 2007-05-08 08:22:36 adam Exp $ # # Converts a CSV file with Object identifiers to C @@ -123,11 +123,11 @@ proc oid_to_c {srcdir input cname hname} { set v [constant_var $oid] - puts -nonewline $cfile "YAZ_EXPORT const int $v\[\] = \{" + puts -nonewline $cfile "YAZ_EXPORT const Odr_oid $v\[\] = \{" puts -nonewline $cfile [string map {. ,} [lindex $oid 1]] puts $cfile ",-1\};" - puts $hfile "OID_EXPORT extern const int $v\[\];" + puts $hfile "OID_EXPORT extern const Odr_oid $v\[\];" } puts $cfile "YAZ_EXPORT struct yaz_oid_entry yaz_oid_standard_entries\[\] ="