From 9b59fa8d491ea2e98a8c0d83f7778fe8fffe8627 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 2 Nov 2010 14:46:51 +0100 Subject: [PATCH] build fix --- Cython/Compiler/Parsing.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Parsing.pxd b/Cython/Compiler/Parsing.pxd index ac0ad879..b6418c9a 100644 --- a/Cython/Compiler/Parsing.pxd +++ b/Cython/Compiler/Parsing.pxd @@ -149,7 +149,7 @@ cpdef p_ctypedef_statement(PyrexScanner s, ctx) cpdef p_decorators(PyrexScanner s) cpdef p_def_statement(PyrexScanner s, list decorators = *) cpdef p_varargslist(PyrexScanner s, terminator=*, bint annotated = *) -cpdef p_py_arg_decl(PyrexScanner s) +cpdef p_py_arg_decl(PyrexScanner s, bint annotated = *) cpdef p_class_statement(PyrexScanner s, decorators) cpdef p_c_class_definition(PyrexScanner s, pos, ctx) cpdef p_c_class_options(PyrexScanner s) -- 2.26.2