Skip to content

Commit

Permalink
Fixed compilation bug with Cython 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
NateShoffner committed Apr 12, 2015
1 parent 6e10bcc commit 6f1b973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspades/bytes.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cdef class ByteReader:
except INT_ERROR
cpdef long long readInt(self, bint unsigned = ?, bint big_endian = ?) \
except LONG_LONG_ERROR
cpdef float readFloat(self, bint big_endian = ?) except FLOAT_ERROR
cpdef float readFloat(self, bint big_endian = ?) except? FLOAT_ERROR
cpdef readString(self, int size = ?)
cpdef ByteReader readReader(self, int size = ?)
cpdef int dataLeft(self)
Expand Down

0 comments on commit 6f1b973

Please sign in to comment.