19991202-00:54 GMT+1 Victor Szel <info@szelvesz.hu>
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user