summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lex.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lex.l b/src/lex.l
index 81be8e8..13b85e6 100644
--- a/src/lex.l
+++ b/src/lex.l
@@ -71,7 +71,6 @@ in this Software without prior written authorization from The Open Group.
#include "parse.h"
#ifdef FLEX_SCANNER
-int yylineno;
#undef YY_INPUT
#define YY_INPUT(buf,result,size) ((result) = doinput((buf),(size)))