From a96a979d5b2b3a7ef02d878e9598d3268cb4c8a7 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 16 May 2000 18:50:51 +0000 Subject: Line numbers for runtime errors (what's wrong with cvs? I could not commit this from home) --- filter/f-util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'filter/f-util.c') 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; } -- cgit v1.2.3