summaryrefslogtreecommitdiff
path: root/hints/unicos.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-21 15:39:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-21 15:39:35 +0000
commitb84d4f81fd7f50ce896c753a15a85cba48f9ed80 (patch)
tree7553dbbd2961e3dc6bdb2de00896da9bb4c5208f /hints/unicos.sh
parentd4ad863d67925b9ee11642aee9c9257c020e4f2d (diff)
downloadperl-b84d4f81fd7f50ce896c753a15a85cba48f9ed80.tar.gz
Document the endianness of Alpha more precisely.
p4raw-id: //depot/perl@6744
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r--hints/unicos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh
index e49b373758..089b9600e2 100644
--- a/hints/unicos.sh
+++ b/hints/unicos.sh
@@ -2,7 +2,7 @@ case `uname -r` in
6.1*) shellflags="-m+65536" ;;
esac
case "$optimize" in
-# If we used fastmd (the default) integer values would be limited to 43 bits.
+# If we used fastmd (the default) integer values would be limited to 46 bits.
# --Mark P. Lutz
'') optimize="$optimize -h nofastmd" ;;
esac