diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 15:23:57 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-25 15:23:57 +0000 |
commit | 50ddd3fd7de672a2fa2df67adb27401cc38ce38c (patch) | |
tree | e509dc31fce2c6edb230147ee547b3967bc636c2 /ctok_token.h | |
parent | c9fc3fc06d2566aa6aed977af66392dce97d1264 (diff) | |
download | rsyslog-50ddd3fd7de672a2fa2df67adb27401cc38ce38c.tar.gz rsyslog-50ddd3fd7de672a2fa2df67adb27401cc38ce38c.tar.bz2 rsyslog-50ddd3fd7de672a2fa2df67adb27401cc38ce38c.zip |
added string concatenation operator & to RainerScript
Diffstat (limited to 'ctok_token.h')
-rw-r--r-- | ctok_token.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctok_token.h b/ctok_token.h index 696a769e..c2b8aeba 100644 --- a/ctok_token.h +++ b/ctok_token.h @@ -52,6 +52,7 @@ typedef struct { ctok_NUMBER = 16, ctok_FUNCTION = 17, ctok_THEN = 18, + ctok_STRADD = 19, ctok_CMP_EQ = 100, /* all compare operations must be in a row */ ctok_CMP_NEQ = 101, ctok_CMP_LT = 102, |