diff options
Diffstat (limited to 'system/at/10-parsetime.l-1.patch')
-rw-r--r-- | system/at/10-parsetime.l-1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/at/10-parsetime.l-1.patch b/system/at/10-parsetime.l-1.patch new file mode 100644 index 000000000..52fea53f4 --- /dev/null +++ b/system/at/10-parsetime.l-1.patch @@ -0,0 +1,11 @@ +--- ./parsetime.orig.l ++++ ./parsetime.l +@@ -32,6 +32,8 @@ + } while(0) + %} + ++%option noyywrap ++ + %% + + now { COPY_TOK ; return NOW; } |