summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-01-06 08:26:26 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2014-01-06 08:26:26 +0100
commit62df7c7db9bcae42dda0fcb30311b260504495b1 (patch)
treea3913bb36c6c5d84fa329ebda2173fbf4a8a82af /ext
parent23d1ca42f29afcdee8401f9a085a03dc95ba9d0c (diff)
downloadperl-62df7c7db9bcae42dda0fcb30311b260504495b1.tar.gz
XS is more C than perl. Use C-comments please
Diffstat (limited to 'ext')
-rw-r--r--ext/XS-APItest/APItest.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.xs b/ext/XS-APItest/APItest.xs
index a4b91f6ada..181b1f6652 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;