summaryrefslogtreecommitdiff
path: root/makefile.patch
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-23 01:33:32 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-23 10:29:57 +0100
commitab89ef6aa7b8fef0eb410949c86a25e55586a972 (patch)
tree29839f84eb3a109a74ef9d8480e4a41683b0f487 /makefile.patch
parent01757e5ac9324948ca64a4cf512352b09956a8fa (diff)
Get rid of _next_token() and _peek_token()
These are pretty hot. Inline them to save a few % of parsing time. They're pretty simple anyway. _tokens_i was initialized to -1 to simplify the _next_token() implementation. With _next_token() gone, initialize it to 0 instead, which simplifies some other code.
Diffstat (limited to 'makefile.patch')
0 files changed, 0 insertions, 0 deletions