gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls to isatty...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 4 Jan 2008 18:44:03 +0000 (18:44 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 4 Jan 2008 18:44:03 +0000 (18:44 +0000)
commite2c1a6f7e9d7df93bde08bcac08067fc615a2ebc
treef1c0d1b10f304de4a92c5b77427cd5fe72cafa91
parent89510714676a4a10aa4594ebd873c0aad8391c50
gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls to isatty() on every input when parsing. ...

Original commit message from CVS:
* gst/parse/parse.l:
Use "%option never-interactive" to prevent useless calls to isatty()
on every input when parsing. Also use "%option noinput" to not define
the static input/yyinput functions which we don't use anyway. This
removes a compiler warning with gcc 4.3 and saves some bytes in the
library.
* gst/parse/lex._gst_parse_yy.pre.c:
Regenerated for the above change.
ChangeLog
gst/parse/lex._gst_parse_yy.pre.c
gst/parse/parse.l