This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: fix signedness warning with clang
[perl5.git] / hints / sco_2_3_3.sh
index acd8e34..6d398fc 100644 (file)
@@ -1,2 +1,3 @@
-yacc='/usr/bin/yacc -m25000'
-libswanted=`echo $libswanted | sed 's/ x / /'`
+yacc='/usr/bin/yacc -Sm25000'
+echo "NOTE: you may have problems due to a spurious semicolon on the strerror()" >&4
+echo "macro definition in /usr/include/string.h.  If so, delete the semicolon."  >&4