summaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /util/pl
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/ultrix.pl2
1 files changed, 1 insertions, 1 deletions
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)
{