diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 13:21:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 13:21:23 +0000 |
commit | c77b533b28c0662914d761b264c2238f98d272a4 (patch) | |
tree | 82eb19c8936475bee43cb1755354fe92e5a8a108 /hints/sco.sh | |
parent | 9faf41b626b963edb80798c7c7738bc20834dda2 (diff) | |
download | perl-c77b533b28c0662914d761b264c2238f98d272a4.tar.gz |
Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
p4raw-id: //depot/perl@10888
Diffstat (limited to 'hints/sco.sh')
-rw-r--r-- | hints/sco.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/sco.sh b/hints/sco.sh index 079ab78035..1d1d5c2788 100644 --- a/hints/sco.sh +++ b/hints/sco.sh @@ -112,7 +112,7 @@ then else ############################################################### # Need this in release 5 because of changed fpu exeption rules - ccflags="$ccflags -D PERL_SCO5" + ccflags="$ccflags -D HAS_FPSETMASK" ############################################################### # In Release 5, always compile ELF objects |