summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/config.Y b/filter/config.Y
index 698f920..8fb511e 100644
--- a/filter/config.Y
+++ b/filter/config.Y
@@ -228,7 +228,7 @@ fipa:
;
set_atom:
- NUM { $$.type = T_INT; $$.val.i = $1; }
+ expr { $$.type = T_INT; $$.val.i = $1; }
| RTRID { $$.type = T_QUAD; $$.val.i = $1; }
| fipa { $$ = $1; }
| ENUM { $$.type = $1 >> 16; $$.val.i = $1 & 0xffff; }