more typing in Parsing.pxd
authorStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 07:52:27 +0000 (09:52 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 07:52:27 +0000 (09:52 +0200)
Cython/Compiler/Parsing.pxd

index e7f80089a0f76dfda0699ca5ddf2e4740041ab5b..7af84501f04f3c4d7a769215cf6e412c1dcf6a66 100644 (file)
@@ -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_expression_or_assignment(PyrexScanner s)