Commit fca9a172 authored by Stefan Behnel's avatar Stefan Behnel

Add missing attribute declaration for FunctionState class.

parent ca6cda62
...@@ -48,6 +48,7 @@ cdef class FunctionState: ...@@ -48,6 +48,7 @@ cdef class FunctionState:
cdef public list temps_allocated cdef public list temps_allocated
cdef public dict temps_free cdef public dict temps_free
cdef public dict temps_used_type cdef public dict temps_used_type
cdef public set zombie_temps
cdef public size_t temp_counter cdef public size_t temp_counter
cdef public list collect_temps_stack cdef public list collect_temps_stack
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment