fix outdated Parsing.pxd
authorLisandro Dalcin <dalcinl@gmail.com>
Tue, 16 Dec 2008 05:43:59 +0000 (02:43 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Tue, 16 Dec 2008 05:43:59 +0000 (02:43 -0300)
Cython/Compiler/Parsing.pxd

index a049f0ba1e3e299e1561325672dd6760bcb8fec8..0f1f33bfee88ad3e6d5bf0c09505708f6ed4bdd1 100644 (file)
@@ -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)