Commit 0397161f authored by gsamain's avatar gsamain

Remove ccdef from reserved words

parent 08c45f9d
...@@ -47,8 +47,7 @@ py_reserved_words = [ ...@@ -47,8 +47,7 @@ py_reserved_words = [
pyx_reserved_words = py_reserved_words + [ pyx_reserved_words = py_reserved_words + [
"include", "ctypedef", "cdef", "cpdef", "include", "ctypedef", "cdef", "cpdef",
"cimport", "DEF", "IF", "ELIF", "ELSE", "cimport", "DEF", "IF", "ELIF", "ELSE"
"ccdef"
] ]
......
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