projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da92d8a
)
fixed string table tail mark
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 3 Aug 2008 07:47:55 +0000
(09:47 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 3 Aug 2008 07:47:55 +0000
(09:47 +0200)
Cython/Compiler/ModuleNode.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ModuleNode.py
b/Cython/Compiler/ModuleNode.py
index 5329ec90a25fbdba5294ac54d32f17150455c30c..16188e5e89b134942a48ea4068422cc2369da899 100644
(file)
--- a/
Cython/Compiler/ModuleNode.py
+++ b/
Cython/Compiler/ModuleNode.py
@@
-1467,7
+1467,7
@@
class ModuleNode(Nodes.Node, Nodes.BlockNode):
entry.is_identifier
))
code.putln(
- "{0, 0, 0, 0, 0}")
+ "{0, 0, 0, 0, 0
, 0
}")
code.putln(
"};")