[lwatch-cvs] files/src yparse.l,1.25,1.26
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-10 11:24:46
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20018 Modified Files: yparse.l Log Message: Dot (.) is a valid character in string parameter. Index: yparse.l =================================================================== RCS file: /cvsroot/lwatch/files/src/yparse.l,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** yparse.l 10 Aug 2004 09:02:10 -0000 1.25 --- yparse.l 10 Aug 2004 11:24:37 -0000 1.26 *************** *** 80,84 **** COMMENT #.* RETOKEN |\/ ! TEXT [a-zA-Z_0-9/-]* BOOL yes|no --- 80,84 ---- COMMENT #.* RETOKEN |\/ ! TEXT [a-zA-Z_0-9/.-]* BOOL yes|no |