diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-26 12:06:28 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-26 12:06:28 +0000 |
commit | cfeeb0228b26a4e0f4b8a5b8a0a0093bc6c94ba3 (patch) | |
tree | 4f7be2f26e6cbe5f88aed4685c41cbb1788c6eb0 /XSUB.h | |
parent | 371e4c6e999f53089d1ad723b5b6d02e502cabda (diff) | |
download | perl-cfeeb0228b26a4e0f4b8a5b8a0a0093bc6c94ba3.tar.gz |
Fix #endif.
p4raw-id: //depot/cfgperl@4234
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -283,4 +283,4 @@ # endif /* NO_XSLOCKS */ #endif /* PERL_CAPI */ -#endif _INC_PERL_XSUB_H /* include guard */ +#endif /* _INC_PERL_XSUB_H */ /* include guard */ |