[Sysfence-commit] sysfence/parseopt parse.c,1.19,1.20
Status: Alpha
Brought to you by:
emes
|
From: Michal S. <em...@us...> - 2004-06-09 10:46:06
|
Update of /cvsroot/sysfence/sysfence/parseopt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17138/parseopt Modified Files: parse.c Log Message: * sffetch step is set to shortest step of all rules Index: parse.c =================================================================== RCS file: /cvsroot/sysfence/sysfence/parseopt/parse.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- parse.c 5 Jun 2004 12:49:41 -0000 1.19 +++ parse.c 9 Jun 2004 10:45:57 -0000 1.20 @@ -587,12 +587,10 @@ } tok ++; - syslog (LOG_DEBUG, "bbparsed=%x", res->parsed); /* next should be expression in block */ tmp = get_block_expression (tok); if (tmp == NULL) parse_error (tok, thisfuncname, "no expr block"); - syslog (LOG_DEBUG, "pbparsed=%x", res->parsed); /* save expression and skip to next token */ rlst->expr = (sf_expression *) tmp->parsed; |