mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
9055a9b803
svn path=/nixpkgs/trunk/; revision=27494
12 lines
203 B
Diff
12 lines
203 B
Diff
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
|