aboutsummaryrefslogtreecommitdiffstats
path: root/community/at/10-parsetime.l-1.patch
blob: 52fea53f477481ff0585d66c307c9ead784f7b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./parsetime.orig.l
+++ ./parsetime.l
@@ -32,6 +32,8 @@
     } while(0)
 %}
 
+%option noyywrap
+
 %%
 
 now		{ COPY_TOK ; return NOW; }