From a678c881f6b8ac902c9fb5f14d60ac80d437e39b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 10 Apr 2010 15:18:19 +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 ea481f28..31c10569 100644 --- a/Cython/Compiler/Parsing.pxd +++ b/Cython/Compiler/Parsing.pxd @@ -42,7 +42,7 @@ 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_string_literal(PyrexScanner s) +cpdef p_string_literal(PyrexScanner s, kind_override=*) cpdef p_list_maker(PyrexScanner s) cpdef p_list_iter(PyrexScanner s, body) cpdef p_list_for(PyrexScanner s, body) -- 2.26.2