From 3c51216c01e6b1af94dfbd46ef4c9da718ce9b07 Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Fri, 13 Apr 2001 13:34:55 +0000 Subject: [PATCH] not part of the build. fix the name --- intl/uconv/tools/genimpldefine.pl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/intl/uconv/tools/genimpldefine.pl b/intl/uconv/tools/genimpldefine.pl index 7bc5824fee6..8155aefb8fe 100755 --- a/intl/uconv/tools/genimpldefine.pl +++ b/intl/uconv/tools/genimpldefine.pl @@ -67,19 +67,19 @@ sub finddefine() &printnpl(); print "\n"; print "#ifndef " . $name . "config_h__\n"; -print "#endif " . $name . "config_h__\n"; +print "#define " . $name . "config_h__\n"; print "\n"; print "\/* This file is generated by running mozilla/intl/uconv/tools/genimpldefine.pl on unix */\n"; &finddefine( "nsBasicDecoderSupport", "IMPL_NSBASICDECODER"); -&finddefine( "nsBufferDecoderSupport", "IMPL_BUFFERDECODER"); -&finddefine( "nsTableDecoderSupport", "IMPL_TABLEDECODER"); -&finddefine( "nsMultiTableDecoderSupport", "IMPL_MULTITABLEDECODER"); -&finddefine( "nsOneByteDecoderSupport", "IMPL_ONEBYTEDECODER"); -&finddefine( "nsBasicEncoder", "IMPL_BASICENCODER"); -&finddefine( "nsEncoderSupport", "IMPL_ENCODER"); -&finddefine( "nsTableEncoderSupport", "IMPL_TABLEENCODER"); -&finddefine( "nsMultiTableEncoderSupport", "IMPL_MULTITABLEENCODER"); +&finddefine( "nsBufferDecoderSupport", "IMPL_NSBUFFERDECODER"); +&finddefine( "nsTableDecoderSupport", "IMPL_NSTABLEDECODER"); +&finddefine( "nsMultiTableDecoderSupport", "IMPL_NSMULTITABLEDECODER"); +&finddefine( "nsOneByteDecoderSupport", "IMPL_NSONEBYTEDECODER"); +&finddefine( "nsBasicEncoder", "IMPL_NSBASICENCODER"); +&finddefine( "nsEncoderSupport", "IMPL_NSENCODER"); +&finddefine( "nsTableEncoderSupport", "IMPL_NSTABLEENCODER"); +&finddefine( "nsMultiTableEncoderSupport", "IMPL_NSMULTITABLEENCODER"); print "\n"; print "#include \"" . $name . "rules.h\"\n"; print "\n";