From 38cdf1abaddea47aa5e9d11d97fade6a2455b632 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 28 Sep 2012 11:06:16 +0200 Subject: Implement RainerScript ruleset() statement --- runtime/rsconf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/rsconf.c') diff --git a/runtime/rsconf.c b/runtime/rsconf.c index 982013e9..97680795 100644 --- a/runtime/rsconf.c +++ b/runtime/rsconf.c @@ -412,6 +412,9 @@ void cnfDoObj(struct cnfobj *o) case CNFOBJ_TPL: tplProcessCnf(o); break; + case CNFOBJ_RULESET: + rulesetProcessCnf(o); + break; case CNFOBJ_PROPERTY: case CNFOBJ_CONSTANT: /* these types are processed at a later stage */ -- cgit v1.2.3