* contrib/hbct/doc/en/*.txt
* contrib/hbgt/doc/en/hbgt.txt
* contrib/hbmisc/doc/en/*.txt
* contrib/hbziparc/doc/en/hbziparc.txt
* contrib/rddads/doc/en/adsfuncs.txt
* doc/en/*.txt
! space after comma
! unicode fix
! minor corrections
* extras/template/tests/hbmk.hbm
* cleaned recently added comment
43 lines
891 B
Plaintext
43 lines
891 B
Plaintext
/*
|
|
* The following parts are Copyright of the individual authors.
|
|
* www - http://harbour-project.org
|
|
*
|
|
* Copyright 1999 Chen Kedem <niki@actcom.co.il>
|
|
* Documentation for: ErrorSys()
|
|
*
|
|
* See COPYING.txt for licensing terms.
|
|
*
|
|
*/
|
|
|
|
/* $DOC$
|
|
$TEMPLATE$
|
|
Function
|
|
$NAME$
|
|
ErrorSys()
|
|
$CATEGORY$
|
|
API
|
|
$SUBCATEGORY$
|
|
Error
|
|
$ONELINER$
|
|
Install default error handler
|
|
$SYNTAX$
|
|
ErrorSys() --> NIL
|
|
$ARGUMENTS$
|
|
None.
|
|
$RETURNS$
|
|
ErrorSys() always return NIL.
|
|
$DESCRIPTION$
|
|
ErrorSys() is called upon startup by Harbour and installs the default
|
|
error handler. Normally you should not call this function directly,
|
|
instead use ErrorBlock() to install your own error handler.
|
|
$STATUS$
|
|
R
|
|
$COMPLIANCE$
|
|
C
|
|
$FILES$
|
|
Library is core
|
|
$SEEALSO$
|
|
ErrorBlock(), Error class
|
|
$END$
|
|
*/
|