diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-03-07 07:01:55 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-03-07 07:01:55 +0000 |
commit | 1d16519d77cbada019f865cb923236cd48a23c72 (patch) | |
tree | 3af810cf75531f57778bbb59de3c957c05d84379 | |
parent | 50892819e20b00d77bc12fbb5570259d6fac8bf2 (diff) | |
parent | cb66d7b2a186473964e7dc7e8954f773d70e6e9c (diff) | |
download | perl-1d16519d77cbada019f865cb923236cd48a23c72.tar.gz |
[win32] integrate mainline
p4raw-id: //depot/win32/perl@798
-rwxr-xr-x | myconfig | 5 | ||||
-rw-r--r-- | patchlevel.h | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -15,7 +15,6 @@ fi . $TOP/config.sh # Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm. -# XXX Add d_sigaction (?) once it's defined. $spitshell <<!GROK!THIS! @@ -30,8 +29,8 @@ Summary of my $package ($baserev patchlevel $PATCHLEVEL subversion $SUBVERSION) cppflags='$cppflags' ccflags ='$ccflags' stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork - voidflags=$voidflags, castflags=$castflags, d_casti32=$d_casti32, d_castneg=$d_castneg - intsize=$intsize, alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype + intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize + alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype Linker and Libraries: ld='$ld', ldflags ='$ldflags' libpth=$libpth diff --git a/patchlevel.h b/patchlevel.h index aad5161b96..44bbe3ac57 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,6 +1,6 @@ #ifndef __PATCHLEVEL_H_INCLUDED__ #define PATCHLEVEL 4 -#define SUBVERSION 61 +#define SUBVERSION 62 /* local_patches -- list of locally applied less-than-subversion patches. |