From: Stefan Behnel Date: Sun, 3 Aug 2008 07:47:55 +0000 (+0200) Subject: fixed string table tail mark X-Git-Tag: 0.9.8.1~95^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20383d1f1742ad16de13103cef9fc04fba3fcab3;p=cython.git fixed string table tail mark --- diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 5329ec90..16188e5e 100644 --- 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( "};")