summary refs log tree commit diff
path: root/pkgs/os-specific/gnu/mig/noyywrap.patch
blob: 40ca6171f64b53deed2d096b8e7c4cdcef5be6d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Fix undefined reference to `yywrap'.

diff --git a/lexxer.l b/lexxer.l
index 9725d0b..15264bc 100644
--- a/lexxer.l
+++ b/lexxer.l
@@ -1,4 +1,5 @@
 %option nounput
+%option noyywrap
 
 %k 10000
 %n 5000