From 61fc20ffdaee0638dd3dbcbfb6ddb74a38ba6036 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Thu, 27 Jul 2000 08:51:00 +0000 Subject: [PATCH] Corrected other instance of pVar->iDeclLine to use hb_comp_iCompiled --- harbour/source/compiler/harbour.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/compiler/harbour.c b/harbour/source/compiler/harbour.c index b567b7efa1..d0d8f35be8 100644 --- a/harbour/source/compiler/harbour.c +++ b/harbour/source/compiler/harbour.c @@ -1392,7 +1392,7 @@ static int hb_compLocalGetPos( char * szVarName ) /* returns the order + 1 of a pVar->cType = ' '; pVar->iUsed = VU_NOT_USED; pVar->pNext = NULL; - pVar->iDeclLine = hb_comp_iLine; + pVar->iDeclLine = hb_comp_iCompiled; /* Use negative order to signal that we are accessing a local * variable from a codeblock