+++ /dev/null
-diff -r 8bff3332e34f Cython/Compiler/Code.py\r
---- a/Cython/Compiler/Code.py Tue Feb 02 02:10:32 2010 -0800\r
-+++ b/Cython/Compiler/Code.py Thu Feb 04 19:33:59 2010 -0800\r
-@@ -667,7 +667,7 @@\r
- decls_writer = self.parts['decls']\r
- for _, cname, c in c_consts:\r
- decls_writer.putln('static char %s[] = "%s";' % (\r
-- cname, c.escaped_value))\r
-+ cname, StringEncoding.split_docstring(c.escaped_value)))\r
- if c.py_strings is not None:\r
- for py_string in c.py_strings.itervalues():\r
- py_strings.append((c.cname, len(py_string.cname), py_string))\r