summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-26 12:06:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-26 12:06:28 +0000
commit2857bdf8d69c9161e8fdc544ee0c0e906b4282f2 (patch)
tree4f7be2f26e6cbe5f88aed4685c41cbb1788c6eb0 /XSUB.h
parentda7950db9743629fd15636ead24c48c34b7a7507 (diff)
downloadperl-2857bdf8d69c9161e8fdc544ee0c0e906b4282f2.tar.gz
Fix #endif.
p4raw-id: //depot/cfgperl@4234
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index a414b85d11..5ce8fb47a2 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -283,4 +283,4 @@
# endif /* NO_XSLOCKS */
#endif /* PERL_CAPI */
-#endif _INC_PERL_XSUB_H /* include guard */
+#endif /* _INC_PERL_XSUB_H */ /* include guard */