Change 34603 by [EMAIL PROTECTED] on 2008/10/27 19:26:50
Fix x2p, which was broken by #34598 with -DPERL_MEM_LOG.
Affected files ...
... //depot/perl/x2p/a2p.h#27 edit
Differences ...
==== //depot/perl/x2p/a2p.h#27 (text) ====
Index: perl/x2p/a2p.h
--- perl/x2p/a2p.h#26~32721~ 2007-12-24 21:22:39.000000000 -0800
+++ perl/x2p/a2p.h 2008-10-27 12:26:50.000000000 -0700
@@ -151,6 +151,12 @@
#endif
#endif /* ! STANDARD_C */
+#ifdef __cplusplus
+# define PERL_EXPORT_C extern "C"
+#else
+# define PERL_EXPORT_C extern
+#endif
+
#ifdef VMS
# include "handy.h"
#else
End of Patch.