diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-21 10:22:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-21 10:22:21 +0000 |
commit | 7d4724f95a69a8d5a7cd565f21487912e6d331c0 (patch) | |
tree | 3cfcc69e1711355bb9dec172017ba0955c6d7e47 /hints/umips.sh | |
parent | 82c11e952a81290003492eb45d32ae6de010ce12 (diff) | |
download | perl-7d4724f95a69a8d5a7cd565f21487912e6d331c0.tar.gz |
Remove warnings against WHOA THERE warnings from the hints files.
p4raw-id: //depot/perl@29335
Diffstat (limited to 'hints/umips.sh')
-rw-r--r-- | hints/umips.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hints/umips.sh b/hints/umips.sh index 197bc80e22..177fa209f2 100644 --- a/hints/umips.sh +++ b/hints/umips.sh @@ -31,7 +31,6 @@ esac # POSIX support in RiscOS is not useable useposix='false' -# Will give WHOA message, but the prototype are defined in the GCC inc dirs case "$cc" in *gcc*) d_shmatprototype='define' ;; esac |