Commit 0397161f authored by gsamain's avatar gsamain

Remove ccdef from reserved words

parent 08c45f9d
......@@ -47,8 +47,7 @@ py_reserved_words = [
pyx_reserved_words = py_reserved_words + [
"include", "ctypedef", "cdef", "cpdef",
"cimport", "DEF", "IF", "ELIF", "ELSE",
"ccdef"
"cimport", "DEF", "IF", "ELIF", "ELSE"
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment