From: Stefan Behnel Date: Tue, 2 Nov 2010 13:46:51 +0000 (+0100) Subject: build fix X-Git-Tag: 0.14.alpha0~261 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b59fa8d491ea2e98a8c0d83f7778fe8fffe8627;p=cython.git build fix --- 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)