From: Jarkko Hietaniemi Date: Mon, 25 Jun 2001 18:25:26 +0000 (+0000) Subject: Typo in #10889. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=180c74307d134e5058752c6d66b9fa238ddb3448;p=p5sagit%2Fp5-mst-13.2.git Typo in #10889. p4raw-id: //depot/perl@10933 --- diff --git a/hints/uts.sh b/hints/uts.sh index 79c8c60..2f3b733 100644 --- a/hints/uts.sh +++ b/hints/uts.sh @@ -2,7 +2,7 @@ archname='s390' archobjs='uts/strtol_wrap.o' cc='cc' cccdlflags='-pic' -ccflags='-Xa -XTSTRINGS=1500000 -DStrtol=strtol_wrap32 -DStrtoul=strtoul_wrap32 -DIGNORE_FPUSIG=SIGFPE' +ccflags='-Xa -XTSTRINGS=1500000 -DStrtol=strtol_wrap32 -DStrtoul=strtoul_wrap32 -DPERL_IGNORE_FPUSIG=SIGFPE' d_bincompat3='undef' d_csh='undef' d_lstat='define'