summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-01 11:11:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-01 11:11:14 +0200
commit8f11516a0efd92f0d6c2fc167faa3f1146596fdd (patch)
tree80cb6884a199a387d8396bf2c3f1aac1eaabf533 /grammar/rainerscript.h
parentc5f9139c71d9d371dbdea4a3024c589820314ba8 (diff)
downloadrsyslog-8f11516a0efd92f0d6c2fc167faa3f1146596fdd.tar.gz
rsyslog-8f11516a0efd92f0d6c2fc167faa3f1146596fdd.tar.bz2
rsyslog-8f11516a0efd92f0d6c2fc167faa3f1146596fdd.zip
refactor: unify nodetypes
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index 314f8434..41d30d83 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -116,9 +116,9 @@ struct nvlst {
* R - rule
* S - string
* V - var
+ * A - (string) array
* ... plus the S_* #define's below:
*/
-#define S_ARRAY 3000
#define S_STOP 4000
#define S_PRIFILT 4001
#define S_PROPFILT 4002