[lwatch-cvs] files/src yparse.l,1.11,1.12
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-23 12:36:59
|
Update of /cvsroot/lwatch/files/src
In directory usw-pr-cvs1:/tmp/cvs-serv22672
Modified Files:
yparse.l
Log Message:
ignore implicite set exit
Index: yparse.l
===================================================================
RCS file: /cvsroot/lwatch/files/src/yparse.l,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** yparse.l 23 Jul 2002 11:41:04 -0000 1.11
--- yparse.l 23 Jul 2002 12:36:56 -0000 1.12
***************
*** 215,218 ****
--- 215,219 ----
<MULTI,ACTION>ignore {
action.ignore=1;
+ action.exit=1;
#ifdef DEBUG
printf("Ignore RE\n");
|