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