From a0d9788264feb3491a56c91bfe3ae1e20cc59e67 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Thu, 19 Oct 2000 17:59:49 +0000 Subject: [PATCH] ! Corrected bug with #else --- harbour/contrib/dot/pp.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/contrib/dot/pp.prg b/harbour/contrib/dot/pp.prg index 24384a89b2..641c57d16c 100644 --- a/harbour/contrib/dot/pp.prg +++ b/harbour/contrib/dot/pp.prg @@ -725,7 +725,7 @@ FUNCTION ProcessLine( sLine, aDefined, aTranslated, aCommanded, nLine, sSource ) sLine := '' LOOP - ELSEIF sDirective == "ELSE" .AND. nIfDef > 0 .AND. ! abIfDef[ nIfDef ] + ELSEIF sDirective == "ELSE" .AND. nIfDef > 1 .AND. ! abIfDef[ nIfDef - 1 ] sLine := '' LOOP