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 | 2857bdf8d69c9161e8fdc544ee0c0e906b4282f2 (patch) | |
tree | 4f7be2f26e6cbe5f88aed4685c41cbb1788c6eb0 /XSUB.h | |
parent | da7950db9743629fd15636ead24c48c34b7a7507 (diff) | |
download | perl-2857bdf8d69c9161e8fdc544ee0c0e906b4282f2.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 */ |