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 /vmop.h | |
parent | c9fc3fc06d2566aa6aed977af66392dce97d1264 (diff) | |
download | rsyslog-50ddd3fd7de672a2fa2df67adb27401cc38ce38c.tar.gz rsyslog-50ddd3fd7de672a2fa2df67adb27401cc38ce38c.tar.xz rsyslog-50ddd3fd7de672a2fa2df67adb27401cc38ce38c.zip |
added string concatenation operator & to RainerScript
Diffstat (limited to 'vmop.h')
-rw-r--r-- | vmop.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ typedef enum { /* do NOT start at 0 to detect uninitialized types after calloc( */ opcode_OR = ctok_OR, opcode_AND = ctok_AND, + opcode_STRADD= ctok_STRADD, opcode_PLUS = ctok_PLUS, opcode_MINUS = ctok_MINUS, opcode_TIMES = ctok_TIMES, /* "*" */ |