]> ocean-lang.org Git - ocean/commit
parsergen: initialise parser.next properly.
authorNeilBrown <neilb@suse.de>
Sat, 10 May 2014 23:42:02 +0000 (09:42 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 15 Jun 2014 05:40:03 +0000 (15:40 +1000)
commite6e11e062686a3f8470575d1ee40c57c810c0400
tree2a44c33ce084208a2015dc230130d39d5d075129
parentdd4c895dd27110f738c991ff53d683479a1b285f
parsergen: initialise parser.next properly.

Most fields in the 'next' frame should  be initialised to zero,
but some need to be properly initialised.  Otherwise we might not handle
early newlines correctly.

Signed-off-by: NeilBrown <neilb@suse.de>
csrc/parsergen.mdc