summaryrefslogtreecommitdiff
path: root/src/scan.c
Commit message (Collapse)AuthorAge
* [master]: Cleanup generated files based on changes to flex.skl.debian/2.6.0-11Manoj Srivastava2016-02-24
| | | | | | | | | | | | | | 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. Bug fix: "Type of yy_n_chars changed to yy_size_t by authors cause bug in YY_INPUT macro where result argument is tested if &lt; 0; thanks to gcc&#39;s -Werror=type-limits", thanks to Michal Fita (Closes: #770161). Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* [fix-c-plus-comment]: Update generated files after "Commented in C style in ↵Manoj Srivastava2016-02-13
| | | | | | skeleton;" Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Imported Upstream version 2.6.0Manoj Srivastava2016-01-22