summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
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/ceval.c
parent4dae2167849c611feb5087bd9840a12938bcb417 (diff)
downloadcpython-86cd6e646e99f38da1992a048c64b464e873d8e8.zip
cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.gz
cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.bz2
File name shortening.
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c2
1 files changed, 1 insertions, 1 deletions
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