X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fcss.l;fp=src%2Fcss.l;h=8645d6b8d9dcf75bf37db5603c8774a2ac941d6b;hb=e0c25f7a5f36a6b36d35af97a07b154727add543;hp=3db668ce888720c815c9fc6d8129c8e28f8cf2fb;hpb=e9e09e1cc03a1ba8228c3e11bd2d1d1c6f9a7f3a;p=wget diff --git a/src/css.l b/src/css.l index 3db668ce..8645d6b8 100644 --- a/src/css.l +++ b/src/css.l @@ -1,6 +1,7 @@ %option case-insensitive %option noyywrap %option never-interactive +%option nounput %{ /* Lex source for CSS tokenizing. @@ -33,11 +34,11 @@ Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work. */ +#define YY_NO_INPUT + #include "wget.h" #include "css-tokens.h" -/* {s}+\/\*[^*]*\*+([^/*][^*]*\*+)*\/ {unput(' '); } */ -/*replace by space*/ %} h [0-9a-f]