Commit cd31ff67 authored by Stefan Behnel's avatar Stefan Behnel

minor tweak

parent 9f6fc06c
......@@ -84,7 +84,8 @@ cdef class Uninitialized:
cdef class Unknown:
pass
@cython.locals(dirty=bint, block=ControlBlock, parent=ControlBlock)
@cython.locals(dirty=bint, block=ControlBlock, parent=ControlBlock,
assmt=NameAssignment)
cdef check_definitions(ControlFlow flow, dict compiler_directives)
@cython.final
......
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