parse.c
2.3 KB
-
parse: always initialize line pointer · 7bdfc0a6
Upon initializing the parser context, we do not currently initialize the current line, line length and line number. Do so in order to make the interface easier to use and more obvious for future consumers of the parsing API.
Patrick Steinhardt committed