build fix
authorStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 16:17:12 +0000 (18:17 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 16:17:12 +0000 (18:17 +0200)
Cython/Compiler/Code.pxd

index f84e05060f018e16b61a939c8b10fad892153c08..5c705630bfdad1146b460060de95d597d7e973e9 100644 (file)
@@ -61,7 +61,7 @@ cdef class StringConst:
     cdef public dict py_strings
 
     @cython.locals(intern=bint, is_str=bint, is_unicode=bint)
-    cpdef get_py_string_const(self, encoding, identifier=*, is_str=*)
+    cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*)
 
 ## cdef class PyStringConst:
 ##     cdef public object cname