[lwatch-cvs] files/src yparse.l,1.23,1.24
Brought to you by:
arturcz
|
From: <os...@us...> - 2004-01-20 20:55:37
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv31675
Modified Files:
yparse.l
Log Message:
Fixed output of debug messages from parser.
Index: yparse.l
===================================================================
RCS file: /cvsroot/lwatch/files/src/yparse.l,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** yparse.l 12 Jan 2004 21:19:41 -0000 1.23
--- yparse.l 20 Jan 2004 20:55:34 -0000 1.24
***************
*** 224,228 ****
}
#ifdef DEBUG
! printf("Set %s to %s (%i)\n",mymsg,yytext,*yyip);
#endif
POP;
--- 224,228 ----
}
#ifdef DEBUG
! fprintf(stderr,"Set %s to %s (%i)\n",mymsg,yytext,*yyip);
#endif
POP;
|