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 */