fix type declaration in parser
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 15:17:32 +0000 (17:17 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 27 Jul 2013 15:17:32 +0000 (17:17 +0200)
Cython/Compiler/Parsing.pxd

index 73fb31c..4a19c55 100644 (file)
@@ -126,7 +126,7 @@ cdef p_IF_statement(PyrexScanner s, ctx)
 cdef p_statement(PyrexScanner s, ctx, bint first_statement = *)
 cdef p_statement_list(PyrexScanner s, ctx, bint first_statement = *)
 cdef p_suite(PyrexScanner s, ctx = *)
-cdef tuple p_suite_with_docstring(s, ctx, with_doc_only = *)
+cdef tuple p_suite_with_docstring(PyrexScanner s, ctx, with_doc_only = *)
 cdef tuple _extract_docstring(node)
 cdef p_positional_and_keyword_args(PyrexScanner s, end_sy_set, templates = *)