diff options
author | Larry Wall <lwall@netlabs.com> | 1991-11-05 06:28:31 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-11-05 06:28:31 +0000 |
commit | de3bb51191e884300caf98892ecfcc0ca3ebc09c (patch) | |
tree | 5456fe4ba1ec6e118cea151d5e94225763c05bd7 /hints | |
parent | f0fcb5529109ae3ced6c7fbb8cbd77162fa9bfdb (diff) | |
download | perl-de3bb51191e884300caf98892ecfcc0ca3ebc09c.tar.gz |
perl 4.0 patch 17: patch #11, continued
See patch #11.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/sunos_4_0_1.sh | 2 | ||||
-rw-r--r-- | hints/sunos_4_0_2.sh | 2 | ||||
-rw-r--r-- | hints/ti1500.sh | 1 | ||||
-rw-r--r-- | hints/ultrix_4.sh | 3 |
4 files changed, 6 insertions, 2 deletions
diff --git a/hints/sunos_4_0_1.sh b/hints/sunos_4_0_1.sh index 7fd8c889cb..99fce3f44b 100644 --- a/hints/sunos_4_0_1.sh +++ b/hints/sunos_4_0_1.sh @@ -1 +1 @@ -$ccflags="$ccflags -DFPUTS_BOTCH" +ccflags="$ccflags -DFPUTS_BOTCH" diff --git a/hints/sunos_4_0_2.sh b/hints/sunos_4_0_2.sh index 7fd8c889cb..99fce3f44b 100644 --- a/hints/sunos_4_0_2.sh +++ b/hints/sunos_4_0_2.sh @@ -1 +1 @@ -$ccflags="$ccflags -DFPUTS_BOTCH" +ccflags="$ccflags -DFPUTS_BOTCH" diff --git a/hints/ti1500.sh b/hints/ti1500.sh new file mode 100644 index 0000000000..3d89250b25 --- /dev/null +++ b/hints/ti1500.sh @@ -0,0 +1 @@ +d_mymalloc='undef' diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index ffaf376272..91e5d7d109 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -6,6 +6,9 @@ Note that there is a bug in some versions of NFS on the DECStation that may cause utime() to work incorrectly. If so, regression test io/fs may fail if run under NFS. Ignore the failure. EOF + case "$tmp" in + *4.2*) d_volatile=undef;; + esac ;; esac case "$tmp" in |