Commit 81013a59 authored by Stefan Behnel's avatar Stefan Behnel

Add missing declaration in .pxd file (ParseTreeTransforms.py file is not compiled by default).

parent 920457bb
......@@ -46,7 +46,8 @@ cdef class ExpandInplaceOperators(EnvTransform):
cdef class AlignFunctionDefinitions(CythonTransform):
cdef dict directives
cdef scope
cdef set imported_names
cdef object scope
cdef class YieldNodeCollector(TreeVisitor):
cdef public list yields
......
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