]> git.saurik.com Git - bison.git/commit
scanner: restore a missing start condition
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 30 Jul 2012 12:54:27 +0000 (14:54 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 30 Jul 2012 12:54:27 +0000 (14:54 +0200)
commitdbfcf7a89f749a979031931202b432243ea712bd
treec5b459cf7bacef02ae373bec896d7ccf30c070c0
parent8c707b10e78cbdf9eec1d2f1f7b2a8706645c075
scanner: restore a missing start condition

$ flex src/scan-skel.l
src/scan-skel.l:145: multiple <<EOF>> rules for start condition SC_AT_DIRECTIVE_ARGS
src/scan-skel.l:145: multiple <<EOF>> rules for start condition SC_AT_DIRECTIVE_SKIP_WS
This is warning, and it seems there are no means to make it an error.

* src/scan-skel.l: Restore the start-condition INITIAL for an <<EOF>>
clause.
src/scan-skel.l