Browse Source

Fixing flex for Fedora systems.

AdrianSimionov 10 years ago
parent
commit
4f7d0bbb1f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/docsis_lex.l

+ 2 - 0
src/docsis_lex.l

@@ -38,6 +38,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+%option noyywrap
+
 %{
 #include "docsis.h"
 #include "docsis_yy.h"