summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index 8b5c36de..b7abf153 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -128,7 +128,9 @@ struct cnffparamlst {
struct cnffunc {
unsigned nodetype;
es_str_t *fname;
- struct cnffparamlst *paramlst;
+ unsigned short nParams;
+ unsigned short *fID; /* function ID for built-ins, 0 means use name */
+ struct cnfexpr *expr[];
};
/* future extensions