diff options
Diffstat (limited to 'testing/at/10-parsetime.l-1.patch')
-rw-r--r-- | testing/at/10-parsetime.l-1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/at/10-parsetime.l-1.patch b/testing/at/10-parsetime.l-1.patch new file mode 100644 index 0000000000..30fda69923 --- /dev/null +++ b/testing/at/10-parsetime.l-1.patch @@ -0,0 +1,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; } |