aports/community/at/10-parsetime.l-1.patch
2016-08-16 00:03:11 +00:00

12 lines
140 B
Diff

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