19991202-00:54 GMT+1 Victor Szel <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
1999-12-02 00:20:41 +00:00
parent c1de180e13
commit 3d3c4f3c32
2 changed files with 2 additions and 2 deletions

View File

@@ -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 )
{

View File

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