From 3d3c4f3c3235f3349393da08dfafed768f02b624 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 2 Dec 1999 00:20:41 +0000 Subject: [PATCH] 19991202-00:54 GMT+1 Victor Szel --- harbour/source/rtl/break.c | 2 +- harbour/source/vm/hvm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/source/rtl/break.c b/harbour/source/rtl/break.c index 1fef865a53..16ff1bd0ae 100644 --- a/harbour/source/rtl/break.c +++ b/harbour/source/rtl/break.c @@ -68,7 +68,7 @@ /* NOTE: This function should normally have a parameter count check. But since in Harbour we cannot distinguish between BREAK() function and the BREAK statement, because both generate a BREAK() function - call on the pcode level, we should drop the checking. */ + call on the pcode level, we should drop the checking. [vszel] */ HARBOUR HB_BREAK( void ) { diff --git a/harbour/source/vm/hvm.c b/harbour/source/vm/hvm.c index aa734b0912..4f9cba8647 100644 --- a/harbour/source/vm/hvm.c +++ b/harbour/source/vm/hvm.c @@ -3413,7 +3413,7 @@ HARBOUR HB_ERRORLEVEL( void ) hb_retni( s_byErrorLevel ); /* NOTE: This should be ISNUM( 1 ), but it's sort of a Clipper bug that it - accepts other types also and consider them zero. */ + accepts other types also and consider them zero. [vszel] */ if( hb_pcount() >= 1 ) /* Only replace the error level if a parameter was passed */