diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-03-06 12:22:54 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-07 04:39:39 +0000 |
commit | d1eb8299735ff97f5e49efd0313271aeeb84e2c7 (patch) | |
tree | 5a51826c328de13e7eff855b4b1b5059343f2839 /Configure | |
parent | 3f1f789b3ede74d7efaf7fd0fee1d844293351f7 (diff) | |
download | perl-d1eb8299735ff97f5e49efd0313271aeeb84e2c7.tar.gz |
Re: [PATCH] tests for Gconvert
Message-ID: <esuh8gzkg2/b092yn@efn.org>
p4raw-id: //depot/perl@15078
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Mar 6 17:32:31 EET 2002 [metaconfig 3.0 PL70] +# Generated on Thu Mar 7 07:37:32 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -8818,6 +8818,10 @@ int main() else checkit("1e+30", buf); + /* For Perl, if you add additional tests here, also add them to + * t/base/num.t for benefit of platforms not using Configure or + * overriding d_Gconvert */ + exit(0); } EOP |