]> granicus.if.org Git - flex/commit
Changed type of yy_n_chars to int; gh#53, sf#160.
authorWill Estes <westes575@gmail.com>
Thu, 25 Feb 2016 01:11:24 +0000 (20:11 -0500)
committerWill Estes <westes575@gmail.com>
Thu, 25 Feb 2016 01:11:24 +0000 (20:11 -0500)
commit4a8eccf830e36f6611dc9cc6debd815ff32dcaf5
treedbe5dbf07e31c6b8b75950d8b70b5f1f72dff356
parentd2a67ba6b76630610cffb292692b3ef4767274b4
Changed type of yy_n_chars to int; gh#53, sf#160.

The variable yy_n_chars had been of type yy_size_t which is incorrect
given its use in read(). While it might be adviseable to look at
defining a yy_ssize_t, there might be some issues doing this and so, for
now, at least, we'll punt back to int.
src/flex.skl