gstreamer/gst/parse
Sebastian Dröge e2c1a6f7e9 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.
2008-01-04 18:44:03 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
grammar.tab.pre.c gst/parse/: Update the prebuild parser sources. 2007-04-19 14:32:49 +00:00
grammar.tab.pre.h gst/parse/: Update the prebuild parser sources. 2007-04-19 14:32:49 +00:00
grammar.y gst/parse/: Make the parser reentrant and recursively callable. This requires flex >= 2.5.31, for older versions preg... 2007-04-18 12:34:51 +00:00
lex._gst_parse_yy.pre.c gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls to isatty() on every input when parsing. ... 2008-01-04 18:44:03 +00:00
Makefile.am gst/parse/Makefile.am: And now fix the building of the flex sources. Now everything should work as expected. 2007-04-19 14:23:25 +00:00
parse.l gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls to isatty() on every input when parsing. ... 2008-01-04 18:44:03 +00:00
types.h whitespace fixes 2005-10-15 15:30:24 +00:00