projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa3dfd5
)
fix typo in generated C sources
author
Lisandro Dalcin
<dalcinl@gmail.com>
Wed, 29 Oct 2008 14:29:14 +0000
(11:29 -0300)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Wed, 29 Oct 2008 14:29:14 +0000
(11:29 -0300)
Cython/Compiler/ModuleNode.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ModuleNode.py
b/Cython/Compiler/ModuleNode.py
index a5dd578d10220db82b5a7371ee04d4981dd75225..e91b8ab9dc4dfcc6df482ab17aca10a95b8b3b21 100644
(file)
--- a/
Cython/Compiler/ModuleNode.py
+++ b/
Cython/Compiler/ModuleNode.py
@@
-1560,7
+1560,7
@@
class ModuleNode(Nodes.Node, Nodes.BlockNode):
tempdecl_code = code.insertion_point()
code.putln("%s = PyTuple_New(0); %s" % (Naming.empty_tuple, code.error_goto_if_null(Naming.empty_tuple, self.pos)));
- code.putln("/*--- Libary function declarations ---*/")
+ code.putln("/*--- Lib
r
ary function declarations ---*/")
env.generate_library_function_declarations(code)
self.generate_filename_init_call(code)