[lwatch-cvs] files/src yparse.l,1.16,1.17
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-04 16:46:32
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv21339
Modified Files:
yparse.l
Log Message:
- typo
Index: yparse.l
===================================================================
RCS file: /cvsroot/lwatch/files/src/yparse.l,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** yparse.l 4 Apr 2003 15:11:46 -0000 1.16
--- yparse.l 4 Apr 2003 16:46:25 -0000 1.17
***************
*** 101,105 ****
<*>{COMMENT} ; /* Skip comments */
<INITIAL>input_fifo= {
! printf("lwatch.conf: OPTION input_fifo IN LINE %i IS DEPRECATED.\n.USE input_file INSTEAD IT.\n",lineno);
yypch=lw_conf.in_file;
#ifdef DEBUG
--- 101,105 ----
<*>{COMMENT} ; /* Skip comments */
<INITIAL>input_fifo= {
! printf("lwatch.conf: OPTION input_fifo IN LINE %i IS DEPRECATED.\nUSE input_file INSTEAD IT.\n",lineno);
yypch=lw_conf.in_file;
#ifdef DEBUG
|