aboutsummaryrefslogtreecommitdiffstats
path: root/testing/at/10-parsetime.l-1.patch
blob: 30fda699237513f23465002dc98052fc88ecb8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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; }