From a9be3af5ad4836f7e50f0546311ca90c717b861e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Mon, 26 Apr 1999 16:43:10 +0000 Subject: Remove NOPROTO definitions and error code comments. --- util/pl/ultrix.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/pl') diff --git a/util/pl/ultrix.pl b/util/pl/ultrix.pl index 9302de95df..ea370c71f9 100644 --- a/util/pl/ultrix.pl +++ b/util/pl/ultrix.pl @@ -15,7 +15,7 @@ if ($debug) else { $cflags="-O2"; } -$cflags.=" -DNOPROTO -DNOCONST -DL_ENDIAN"; +$cflags.=" -std1 -DL_ENDIAN"; if (!$no_asm) { -- cgit v1.2.3