X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fyaz-comp;fp=util%2Fyaz-comp;h=f7a1c061ef495a90e330a153ab6d9d8df93c919d;hb=2bf8ed1f3c0b77636bdfd37040afb97c54a7098a;hp=31e741b6dba3ed11dcb2093564a87f3e1bf16f5e;hpb=d99be352be2b2e14fe66e6010dd89919d36f7d98;p=yaz-moved-to-github.git diff --git a/util/yaz-comp b/util/yaz-comp index 31e741b..f7a1c06 100755 --- a/util/yaz-comp +++ b/util/yaz-comp @@ -6,7 +6,7 @@ exec tclsh "$0" "$@" # (c) Index Data 1996-2003 # See the file LICENSE for details. # -# $Id: yaz-comp,v 1.4 2003-04-14 17:02:12 adam Exp $ +# $Id: yaz-comp,v 1.5 2003-05-06 10:06:43 adam Exp $ # set yc_version 0.3 @@ -1110,7 +1110,7 @@ proc asnModules {} { puts $file(outh) "\#ifndef ${ppname}_H" puts $file(outh) "\#define ${ppname}_H" puts $file(outh) {} - puts $file(outh) "\#include <$inf(h-dir)odr.h>" + puts $file(outh) "\#include " if {[info exists file(outp)]} { puts $file(outp) "\#ifndef ${ppname}_P_H"