Commit 41855813 authored by Robert Bradshaw's avatar Robert Bradshaw

Get rid of compiler warning when compiling Cython.

parent 7f36b856
......@@ -24,7 +24,7 @@ cdef class Scanner:
cdef public list queue
cdef public bint trace
cdef public cur_char
cdef public int input_state
cdef public long input_state
cdef public level
......
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