diff options
author | Guido van Rossum <guido@python.org> | 1991-01-21 15:12:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-01-21 15:12:35 (GMT) |
commit | 86cd6e646e99f38da1992a048c64b464e873d8e8 (patch) | |
tree | 527aa4e633e123d602d9b38289a8cb654904583c /Python/ceval.c | |
parent | 4dae2167849c611feb5087bd9840a12938bcb417 (diff) | |
download | cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.zip cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.gz cpython-86cd6e646e99f38da1992a048c64b464e873d8e8.tar.bz2 |
File name shortening.
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
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 |