[lwatch-cvs] files/src yparse.l,1.9,1.10
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-04 14:36:05
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv22049
Modified Files:
yparse.l
Log Message:
Remove unnecessary debug message.
Index: yparse.l
===================================================================
RCS file: /cvsroot/lwatch/files/src/yparse.l,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** yparse.l 29 Jun 2002 14:58:02 -0000 1.9
--- yparse.l 4 Jul 2002 14:35:54 -0000 1.10
***************
*** 228,232 ****
}
<REGEXP>\/ {
- printf("RE: end %s\n",restr);
BEGIN(ACTION);
}
--- 228,231 ----
|