summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2016-02-21 03:56:13 -0800
committerRobert Bradshaw <robertwb@gmail.com>2016-02-21 03:56:13 -0800
commiteca0803d7ce59597cdaf35fd54ce7cda193f262b (patch)
treec33d381533b18bd4f806f26213605a92b3c88d73
parent3536468ec883c294c74c53a1ddbf691ffb16d65e (diff)
downloadcython-eca0803d7ce59597cdaf35fd54ce7cda193f262b.tar.gz
Fix compiled Parsing.py
-rw-r--r--Cython/Compiler/Parsing.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cython/Compiler/Parsing.pxd b/Cython/Compiler/Parsing.pxd
index 0a5f25a65..48c4d8e02 100644
--- a/Cython/Compiler/Parsing.pxd
+++ b/Cython/Compiler/Parsing.pxd
@@ -187,5 +187,6 @@ cdef p_property_decl(PyrexScanner s)
cdef p_doc_string(PyrexScanner s)
cdef p_ignorable_statement(PyrexScanner s)
cdef p_compiler_directive_comments(PyrexScanner s)
+cdef p_template_definition(PyrexScanner s)
cdef p_cpp_class_definition(PyrexScanner s, pos, ctx)
cdef p_cpp_class_attribute(PyrexScanner s, ctx)