build fix
authorStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 22:10:41 +0000 (00:10 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 22:10:41 +0000 (00:10 +0200)
Cython/Compiler/Code.pxd

index 5c705630bfdad1146b460060de95d597d7e973e9..df37da95e51e0b0c49407626fd3243a823a84c31 100644 (file)
@@ -59,6 +59,7 @@ cdef class StringConst:
     cdef public object text
     cdef public object escaped_value
     cdef public dict py_strings
+    cdef public list py_versions
 
     @cython.locals(intern=bint, is_str=bint, is_unicode=bint)
     cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*)