summaryrefslogtreecommitdiffstats
path: root/filter/f-util.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-16 20:50:51 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-16 20:50:51 +0200
commita96a979d5b2b3a7ef02d878e9598d3268cb4c8a7 (patch)
treebc42258f52d14fb77bc0488e6a78b7d6dcbb1c3a /filter/f-util.c
parent7581b81bd7a77b5baebbd43833c00574d543c62e (diff)
downloadbird-a96a979d5b2b3a7ef02d878e9598d3268cb4c8a7.tar
bird-a96a979d5b2b3a7ef02d878e9598d3268cb4c8a7.zip
Line numbers for runtime errors (what's wrong with cvs? I could not
commit this from home)
Diffstat (limited to 'filter/f-util.c')
-rw-r--r--filter/f-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/f-util.c b/filter/f-util.c
index ba6e777..e1824c5 100644
--- a/filter/f-util.c
+++ b/filter/f-util.c
@@ -19,6 +19,7 @@ f_new_inst(void)
ret = cfg_alloc(sizeof(struct f_inst));
ret->code = ret->aux = 0;
ret->arg1 = ret->arg2 = ret->next = NULL;
+ ret->lineno = conf_lino;
return ret;
}