From: Lisandro Dalcin Date: Tue, 16 Dec 2008 05:43:59 +0000 (-0300) Subject: fix outdated Parsing.pxd X-Git-Tag: 0.11-beta~124 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=037158584e8289ca0eebe8846d041485bb1d3acd;p=cython.git fix outdated Parsing.pxd --- diff --git a/Cython/Compiler/Parsing.pxd b/Cython/Compiler/Parsing.pxd index a049f0ba..0f1f33bf 100644 --- a/Cython/Compiler/Parsing.pxd +++ b/Cython/Compiler/Parsing.pxd @@ -44,8 +44,7 @@ cpdef p_list_maker(PyrexScanner s) cpdef p_list_iter(PyrexScanner s) cpdef p_list_for(PyrexScanner s) cpdef p_list_if(PyrexScanner s) -cpdef p_dict_maker(PyrexScanner s) -cpdef p_dict_item(PyrexScanner s) +cpdef p_dict_or_set_maker(PyrexScanner s) cpdef p_backquote_expr(PyrexScanner s) cpdef p_simple_expr_list(PyrexScanner s) cpdef p_expr(PyrexScanner s)