]> git.saurik.com Git - bison.git/commitdiff
scan-skel: recognize the @directives directly in scanner
authorTheophile Ranquet <theophile.ranquet@gmail.com>
Thu, 4 Oct 2012 13:23:40 +0000 (15:23 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 4 Oct 2012 15:13:38 +0000 (17:13 +0200)
* src/scan-skel.l (at_directive, at_init): New.
(at_ptr): New, function pointer used to call the right at_directive
function (at_basename, etc.).
(outname): Rename as...
(out_name): this, for consistency with out_lineno.

Signed-off-by: Akim Demaille <akim@lrde.epita.fr>

No differences found