mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
140 B
Diff
12 lines
140 B
Diff
--- ./parsetime.orig.l
|
|
+++ ./parsetime.l
|
|
@@ -32,6 +32,8 @@
|
|
} while(0)
|
|
%}
|
|
|
|
+%option noyywrap
|
|
+
|
|
%%
|
|
|
|
now { COPY_TOK ; return NOW; }
|