diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 02:02:15 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 02:02:15 +0000 |
commit | e36d5e759a5f40404e482da9d5d5c571061e4578 (patch) | |
tree | b23657c0e941588d8aa044fc60e3fdef3bd55914 /system/at/10-parsetime.l-1.patch | |
parent | 3ea118af1cd765fc11767538a4724bfa88ee4d14 (diff) | |
download | packages-e36d5e759a5f40404e482da9d5d5c571061e4578.tar.gz packages-e36d5e759a5f40404e482da9d5d5c571061e4578.tar.bz2 packages-e36d5e759a5f40404e482da9d5d5c571061e4578.tar.xz packages-e36d5e759a5f40404e482da9d5d5c571061e4578.zip |
system/at: fix build against newer yacc
Diffstat (limited to 'system/at/10-parsetime.l-1.patch')
-rw-r--r-- | system/at/10-parsetime.l-1.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/at/10-parsetime.l-1.patch b/system/at/10-parsetime.l-1.patch deleted file mode 100644 index 0bc58fcaa..000000000 --- a/system/at/10-parsetime.l-1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./parsetime.orig.l -+++ ./parsetime.l -@@ -33,6 +33,8 @@ - } while(0) - %} - -+%option noyywrap -+ - %% - - now { COPY_TOK ; return NOW; } |