Update of /cvsroot/cscope/cscope/src
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4896
Modified Files:
fscanner.l
Log Message:
Avoid a -Wunused warning by disabling yy_topstate()
Index: fscanner.l
===================================================================
RCS file: /cvsroot/cscope/cscope/src/fscanner.l,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** fscanner.l 30 Sep 2006 20:29:14 -0000 1.12
--- fscanner.l 7 Jan 2007 12:41:23 -0000 1.13
***************
*** 51,54 ****
--- 51,55 ----
#define IFLEVELINC 5 /* #if nesting level size increment */
+ #define YY_NO_TOP_STATE 1
static char const rcsid[] = "$Id$";
***************
*** 126,129 ****
--- 127,131 ----
#endif /* !COMMENTS_BY_FLEX*/
+
%}
identifier [a-zA-Z_$][a-zA-Z_0-9$]*
|