In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/62df7c7db9bcae42dda0fcb30311b260504495b1?hp=23d1ca42f29afcdee8401f9a085a03dc95ba9d0c>

- Log -----------------------------------------------------------------
commit 62df7c7db9bcae42dda0fcb30311b260504495b1
Author: H.Merijn Brand <[email protected]>
Date:   Mon Jan 6 08:26:26 2014 +0100

    XS is more C than perl. Use C-comments please
-----------------------------------------------------------------------

Summary of changes:
 ext/XS-APItest/APItest.xs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/XS-APItest/APItest.xs b/ext/XS-APItest/APItest.xs
index a4b91f6..181b1f6 100644
--- a/ext/XS-APItest/APItest.xs
+++ b/ext/XS-APItest/APItest.xs
@@ -2,7 +2,7 @@
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
-#include "fakesdio.h"   # Causes us to use PerlIO below
+#include "fakesdio.h"   /* Causes us to use PerlIO below */
 
 typedef SV *SVREF;
 typedef PTR_TBL_t *XS__APItest__PtrTable;

--
Perl5 Master Repository

Reply via email to