summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-21 05:46:59 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 05:46:59 +0000
commit6de196ee48b72f30391cfba66f39b3056b7ed095 (patch)
tree86e5facbbda464d921034674e58d5bfcde93ca45 /XSUB.h
parent9f53fe7d93eb5e037ad4e2dad8fdfda2936aa875 (diff)
downloadperl-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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/XSUB.h b/XSUB.h
index 48cf876346..dc805d85ac 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -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 */