From 8ca37f0ae9d71ebe21ad834c904479b4091e641f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 6 May 2007 20:18:29 +0000 Subject: [PATCH] Define OID_STD_H no longer needed for oid_std.c code --- src/oidtoc.tcl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.10.4