From eaeb1870d4ef887a89f0bcec6b5ee1ec7fafa00f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Fri, 4 Jun 1999 12:42:35 +0000 Subject: [PATCH] Define a macro to avoid name conflicts. --- util/pl/BC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index de5b47bf97..1014fd1fe2 100644 --- a/util/pl/BC-32.pl +++ b/util/pl/BC-32.pl @@ -19,7 +19,7 @@ $out_def="out32"; $tmp_def="tmp32"; $inc_def="inc32"; #enable max error messages, disable most common warnings -$cflags="-j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN "; +$cflags="-DNOCRYPT -j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN "; $dcflags='n'; if ($debug) { -- 2.34.1