diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-06 08:26:26 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-06 08:26:26 +0100 |
commit | 62df7c7db9bcae42dda0fcb30311b260504495b1 (patch) | |
tree | a3913bb36c6c5d84fa329ebda2173fbf4a8a82af /ext | |
parent | 23d1ca42f29afcdee8401f9a085a03dc95ba9d0c (diff) | |
download | perl-62df7c7db9bcae42dda0fcb30311b260504495b1.tar.gz |
XS is more C than perl. Use C-comments please
Diffstat (limited to 'ext')
-rw-r--r-- | ext/XS-APItest/APItest.xs | 2 |
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; |