--- at-3.1.16/parsetime.l.orig +++ at-3.1.16/parsetime.l @@ -32,6 +32,8 @@ } while(0) %} +%option noyywrap + %% now { COPY_TOK ; return NOW; }