From e7df5bee6cbca14974a2dcb8c43a6ca560597c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 17 Mar 1997 14:51:00 -0800 Subject: [PATCH] line number information fixed Rev: src/peep.c:1.9 --- src/peep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peep.c b/src/peep.c index c287b64983..ad9581fb95 100644 --- a/src/peep.c +++ b/src/peep.c @@ -347,7 +347,7 @@ int insopt(int f, INT32 b, int cl, struct pike_string *cf) #endif p->opcode=f; - p->line=current_line; + p->line=cl; copy_shared_string(p->file, current_file); p->arg=b; -- GitLab