diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 05:46:59 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 05:46:59 +0000 |
commit | 6de196ee48b72f30391cfba66f39b3056b7ed095 (patch) | |
tree | 86e5facbbda464d921034674e58d5bfcde93ca45 /XSUB.h | |
parent | 9f53fe7d93eb5e037ad4e2dad8fdfda2936aa875 (diff) | |
download | perl-6de196ee48b72f30391cfba66f39b3056b7ed095.tar.gz |
change case of PERL_OBJECT filenames, consistent with the rest
p4raw-id: //depot/perl@1609
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -80,14 +80,14 @@ #endif #ifdef PERL_OBJECT -#include "ObjXSub.h" +#include "objXSUB.h" #ifndef NO_XSLOCKS #ifdef WIN32 -#include "XSLock.h" +#include "XSlock.h" #endif /* WIN32 */ #endif /* NO_XSLOCKS */ #else #ifdef PERL_CAPI -#include "PerlCAPI.h" +#include "perlCAPI.h" #endif #endif /* PERL_OBJECT */ |