summaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
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)
{