summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-01-21 15:12:35 (GMT)
committerGuido van Rossum <guido@python.org>1991-01-21 15:12:35 (GMT)
commit86cd6e646e99f38da1992a048c64b464e873d8e8 (patch)
tree527aa4e633e123d602d9b38289a8cb654904583c /Python
parent4dae2167849c611feb5087bd9840a12938bcb417 (diff)
downloadcpython-86cd6e646e99f38da1992a048c64b464e873d8e8.zip
cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.gz
cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.bz2
File name shortening.
Diffstat (limited to 'Python')
-rw-r--r--Python/bltinmodule.c2
-rw-r--r--Python/ceval.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index dc88581..09a944b 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -6,7 +6,7 @@
#include "graminit.h"
#include "errcode.h"
#include "sysmodule.h"
-#include "builtinmodule.h"
+#include "bltinmodule.h"
#include "import.h"
#include "pythonrun.h"
#include "compile.h" /* For ceval.h */
diff --git a/Python/ceval.c b/Python/ceval.c
index bda9d5b..53441bf 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -8,7 +8,7 @@
#include "frameobject.h"
#include "ceval.h"
#include "opcode.h"
-#include "builtinmodule.h"
+#include "bltinmodule.h"
#include "traceback.h"
#ifndef NDEBUG