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=2b2d5fa48808d6ce0a051fd60f3e1f984bbff7ec;hp=265132887a7afc08d598a17649ea381eeee34d62;hb=8ca37f0ae9d71ebe21ad834c904479b4091e641f;hpb=fe507b6b15788a3a8e58063d9dae52532a5229a5 diff --git a/src/oidtoc.tcl b/src/oidtoc.tcl index 2651328..2b2d5fa 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.4 2007-05-06 20:12:20 adam Exp $ +# $Id: oidtoc.tcl,v 1.5 2007-05-06 20:18:29 adam Exp $ # # Converts a CSV file with Object identifiers to C @@ -48,8 +48,6 @@ proc oid_to_c {srcdir input cname hname} { puts $hfile "\#ifndef OID_STD_H" puts $hfile "\#define OID_STD_H" - # Define this. So that we don't get duplicate declartions with MSVC - puts $cfile "\#define OID_STD_H" puts $cfile "\#include " puts $cfile "" # To avoid LNK4049