1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/news/ifmail/files/patch-flaglex.l
Dirk Meyer 8596ff9eea - add LICENSE
- default config now PREFIX aware
- make portlint happier
2017-02-09 10:20:41 +00:00

19 lines
304 B
Plaintext

--- ifcico/flaglex.l.orig 1995-03-04 09:56:34 UTC
+++ ifcico/flaglex.l
@@ -1,3 +1,4 @@
+%option noyywrap
%{
#include <stdlib.h>
#include <string.h>
@@ -8,10 +9,6 @@
static char *yyPTR = NULL;
static int yyBUFL;
-#ifndef yywrap
-#define yywrap() 1
-#endif
-
#ifdef FLEX_SCANNER
#undef YY_INPUT