From: Stefan Behnel Date: Sat, 10 Apr 2010 13:18:19 +0000 (+0200) Subject: build fix X-Git-Tag: 0.13.beta0~225 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a678c881f6b8ac902c9fb5f14d60ac80d437e39b;p=cython.git build fix --- 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)