Module Name:    xsrc
Committed By:   christos
Date:           Sun Nov  8 23:53:19 UTC 2009

Modified Files:
        xsrc/xfree/xc/config/pswrap: lexer.l

Log Message:
again, we don't need yylineno


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 xsrc/xfree/xc/config/pswrap/lexer.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/xfree/xc/config/pswrap/lexer.l
diff -u xsrc/xfree/xc/config/pswrap/lexer.l:1.1.1.6 xsrc/xfree/xc/config/pswrap/lexer.l:1.2
--- xsrc/xfree/xc/config/pswrap/lexer.l:1.1.1.6	Fri Mar 18 08:03:23 2005
+++ xsrc/xfree/xc/config/pswrap/lexer.l	Sun Nov  8 18:53:19 2009
@@ -46,7 +46,7 @@
 #include "pswparser.h"
 
 /* flex of EMX seems to be too old */
-#if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__)
+#if defined(FLEX_SCANNER) && !defined(YY_FLEX_LEX_COMPAT) && !defined(__UNIXOS2__) && !defined(__NetBSD__)
 int yylineno = 1;
 #endif
 

Reply via email to