diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 18:00:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 18:00:00 +0000 |
commit | bc732b6d6832125525f1c8f4a728125039b09e64 (patch) | |
tree | 8f97b5476a53ceee4d1e4787dd2993ad0e30c8fc /expr.c | |
parent | 7a146af86f153a14b525333df795b78e01b63b4a (diff) | |
download | rsyslog-bc732b6d6832125525f1c8f4a728125039b09e64.tar.gz rsyslog-bc732b6d6832125525f1c8f4a728125039b09e64.tar.xz rsyslog-bc732b6d6832125525f1c8f4a728125039b09e64.zip |
implemented function in tokenizer
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -82,7 +82,6 @@ RUNLOG_STR("terminal"); switch(token.tok) { case ctok_SIMPSTR: - //CHKiRet(simpstr(pThis, ctok)); break; default: ABORT_FINALIZE(RS_RET_SYNTAX_ERROR); |