From 897071f8af52188e53f9c98af8cbe39057a40e82 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 4 Sep 2010 21:03:48 +0200 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 24ba31a1..5a0a3473 100644 --- a/Cython/Compiler/Parsing.pxd +++ b/Cython/Compiler/Parsing.pxd @@ -46,7 +46,7 @@ cpdef make_slice_node(pos, start, stop = *, step = *) cpdef p_atom(PyrexScanner s) cpdef p_name(PyrexScanner s, name) cpdef p_cat_string_literal(PyrexScanner s) -cpdef p_opt_string_literal(PyrexScanner s) +cpdef p_opt_string_literal(PyrexScanner s, required_type=*) cpdef p_string_literal(PyrexScanner s, kind_override=*) cpdef p_list_maker(PyrexScanner s) cpdef p_comp_iter(PyrexScanner s, body) -- 2.26.2