Commit 73ff3fc0 authored by Stefan Behnel's avatar Stefan Behnel

added missing cdef class attribute

parent 9e5b6e57
......@@ -37,7 +37,7 @@ cdef map_starred_assignment(list lhs_targets, list starred_assignments, list lhs
#class AnalyseDeclarationsTransform(CythonTransform):
cdef class AnalyseExpressionsTransform(CythonTransform):
pass
cdef list env_stack
cdef class ExpandInplaceOperators(EnvTransform):
pass
......
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