From 037158584e8289ca0eebe8846d041485bb1d3acd Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Tue, 16 Dec 2008 02:43:59 -0300 Subject: [PATCH] fix outdated Parsing.pxd --- Cython/Compiler/Parsing.pxd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.26.2