SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
[p5sagit/p5-mst-13.2.git] / hints / irix_6.sh
index 90f4766..6f4ca17 100644 (file)
@@ -343,3 +343,6 @@ $define|true|[yY]*) ;;
 *) d_casti32='undef' ;;
 esac
 
+# Helmut Jarausch reports that Perl's malloc is rather unusable
+# with IRIX, and SGI confirms the problem.
+usemymalloc=${usemymalloc:-false}