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