Change 30314 by [EMAIL PROTECTED] on 2007/02/15 13:06:29
Integrate:
[ 28662]
Subject: [PATCH] g++ large patch
From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
Date: Fri, 04 Aug 2006 08:58:27 +0300
Message-ID: <[EMAIL PROTECTED]>
[ 28674]
Subject: [PATCH] g++ stage 1 reached
From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
Date: Tue, 08 Aug 2006 00:02:35 +0300
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/maint-5.8/perl/perlio.c#109 integrate
... //depot/maint-5.8/perl/win32/config.ce#4 integrate
... //depot/maint-5.8/perl/win32/config_H.ce#3 integrate
Differences ...
==== //depot/maint-5.8/perl/win32/config.ce#4 (text) ====
Index: perl/win32/config.ce
--- perl/win32/config.ce#3~30286~ 2007-02-14 06:15:49.000000000 -0800
+++ perl/win32/config.ce 2007-02-15 05:06:29.000000000 -0800
@@ -124,6 +124,7 @@
d_cmsghdr_s='undef'
d_const='define'
d_copysignl='undef'
+d_cplusplus='undef'
d_crypt='undef'
d_crypt_r='undef'
d_csh='undef'
==== //depot/maint-5.8/perl/win32/config_H.ce#3 (text) ====
Index: perl/win32/config_H.ce
--- perl/win32/config_H.ce#2~30286~ 2007-02-14 06:15:49.000000000 -0800
+++ perl/win32/config_H.ce 2007-02-15 05:06:29.000000000 -0800
@@ -3844,6 +3844,12 @@
*/
/*#define HAS_COPYSIGNL /**/
+/* USE_CPLUSPLUS:
+ * This symbol, if defined, indicates that a C++ compiler was
+ * used to compiled Perl and will be used to compile extensions.
+ */
+/*#define USE_CPLUSPLUS /**/
+
/* HAS_DBMINIT_PROTO:
* This symbol, if defined, indicates that the system provides
* a prototype for the dbminit() function. Otherwise, it is up
End of Patch.