Explorar o código

Fixing flex for Fedora systems.

AdrianSimionov %!s(int64=10) %!d(string=hai) anos
pai
achega
4f7d0bbb1f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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"