diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-06-21 19:27:38 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-06-21 19:27:38 +0000 |
commit | 17f6277dd74eb819f9ad0089516167d0c4481e17 (patch) | |
tree | 29f09e148e4ae85238a46f1cf579c9ac9e52016e /Configure | |
parent | ca09b0215ac24a6274ba2f802c2fc35a5abc44e1 (diff) | |
download | perl-17f6277dd74eb819f9ad0089516167d0c4481e17.tar.gz |
Redo generation of change #24898
Do not forget to run Porting/config_h.pl!
p4raw-link: @24898 on //depot/perl: f607920a165f3c14b9c61dc74e535bdc6aa1904c
p4raw-id: //depot/perl@24934
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue May 31 08:06:05 CEST 2005 [metaconfig 3.0 PL70] +# Generated on Tue Jun 21 21:45:01 CEST 2005 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -14867,7 +14867,7 @@ int checkit($nvtype d, char *where) { fail += *p++; if (!fail) - return 0; + return 0; p = (char *)&d; printf("No - %s: 0x", where); |