Commit c341900c authored by Stefan Behnel's avatar Stefan Behnel

more typing in Parsing.pxd

parent fccb90c8
...@@ -61,7 +61,7 @@ cpdef p_testlist(PyrexScanner s) ...@@ -61,7 +61,7 @@ cpdef p_testlist(PyrexScanner s)
# #
#------------------------------------------------------- #-------------------------------------------------------
cpdef flatten_parallel_assignments(input, output) cpdef flatten_parallel_assignments(list input, list output)
cpdef p_global_statement(PyrexScanner s) cpdef p_global_statement(PyrexScanner s)
cpdef p_expression_or_assignment(PyrexScanner s) cpdef p_expression_or_assignment(PyrexScanner s)
......
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