summaryrefslogtreecommitdiff
path: root/Cython/Compiler/ModuleNode.py
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2013-08-26 23:51:25 -0700
committerRobert Bradshaw <robertwb@gmail.com>2013-08-28 21:17:10 -0700
commit1cbf6ba08239d028f2fede3fdc04fac38d913d59 (patch)
tree2d375ebad38c6f39a9b604ceafc0b4d37ce90263 /Cython/Compiler/ModuleNode.py
parent3e5fc3ce0699e4ecdc143d995746f2d8ca80c104 (diff)
downloadcython-1cbf6ba08239d028f2fede3fdc04fac38d913d59.tar.gz
Python 2.4 fix.
Diffstat (limited to 'Cython/Compiler/ModuleNode.py')
-rw-r--r--Cython/Compiler/ModuleNode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py
index a19124fc3..2d0d7567b 100644
--- a/Cython/Compiler/ModuleNode.py
+++ b/Cython/Compiler/ModuleNode.py
@@ -592,6 +592,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
# These utility functions are assumed to exist and used elsewhere.
PyrexTypes.c_long_type.create_to_py_utility_code(env)
PyrexTypes.c_long_type.create_from_py_utility_code(env)
+ PyrexTypes.c_int_type.create_from_py_utility_code(env)
code.put(Nodes.branch_prediction_macros)
code.putln('')