fix cdef signature
authorRobert Bradshaw <robertwb@gmail.com>
Tue, 22 Oct 2013 06:55:55 +0000 (23:55 -0700)
committerRobert Bradshaw <robertwb@gmail.com>
Tue, 22 Oct 2013 06:55:55 +0000 (23:55 -0700)
Cython/Compiler/Parsing.pxd

index 4a19c55..57a5b35 100644 (file)
@@ -132,7 +132,7 @@ cdef p_positional_and_keyword_args(PyrexScanner s, end_sy_set, templates = *)
 
 cpdef p_c_base_type(PyrexScanner s, bint self_flag = *, bint nonempty = *, templates = *)
 cdef p_calling_convention(PyrexScanner s)
-cdef p_c_complex_base_type(PyrexScanner s)
+cdef p_c_complex_base_type(PyrexScanner s, templates = *)
 cdef p_c_simple_base_type(PyrexScanner s, bint self_flag, bint nonempty, templates = *)
 cdef p_buffer_or_template(PyrexScanner s, base_type_node, templates)
 cdef p_bracketed_base_type(PyrexScanner s, base_type_node, nonempty, empty)