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
commitcfeeb0228b26a4e0f4b8a5b8a0a0093bc6c94ba3 (patch)
tree4f7be2f26e6cbe5f88aed4685c41cbb1788c6eb0 /XSUB.h
parent371e4c6e999f53089d1ad723b5b6d02e502cabda (diff)
downloadperl-cfeeb0228b26a4e0f4b8a5b8a0a0093bc6c94ba3.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 */