summaryrefslogtreecommitdiff
path: root/conf/conf.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@jmq.cz>2019-06-25 16:18:06 +0200
committerMaria Matejka <mq@jmq.cz>2019-06-25 16:18:06 +0200
commit63e7620462b80c9c6bbbd4f128b6816e0748d6c6 (patch)
tree8f7169ca0fc3f94f089b90ea9b8e5137a68944c6 /conf/conf.h
parenta84b8b6ebb2b6825b7059e34cfaafe405ab0117e (diff)
Conf/Filters: Moved argument count to conf scope
Diffstat (limited to 'conf/conf.h')
-rw-r--r--conf/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/conf.h b/conf/conf.h
index d88d9a44..708a1034 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -126,6 +126,7 @@ struct symbol {
struct sym_scope {
struct sym_scope *next; /* Next on scope stack */
struct symbol *name; /* Name of this scope */
+ uint slots; /* Variable slots */
int active; /* Currently entered */
};