mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
8596ff9eea
- default config now PREFIX aware - make portlint happier
19 lines
304 B
Plaintext
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
|