From: Narasimha S. <nsh...@us...> - 2011-05-11 17:47:06
|
Update of /cvsroot/sblim/cmpi-nfsv3/util/xmlparser In directory vz-cvs-3.sog:/tmp/cvs-serv20154/util/xmlparser Modified Files: xmllexer.l Log Message: [3299507] obtain full hostname using etab entry Index: xmllexer.l =================================================================== RCS file: /cvsroot/sblim/cmpi-nfsv3/util/xmlparser/xmllexer.l,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xmllexer.l 5 Feb 2007 09:44:16 -0000 1.2 +++ xmllexer.l 11 May 2011 17:47:03 -0000 1.3 @@ -6,9 +6,9 @@ %{ #include <string.h> #include "xmlparser.h" -#ifndef YY_FLEX_LEX_COMPAT +/* #ifndef YY_FLEX_LEX_COMPAT int yylineno = 1; -#endif +#endif */ %} /* Some useful regular expressions to use in the RULES section */ |