mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-08 02:12:40 +08:00
the globals and exceptions parts are obsolete; remove
This commit is contained in:
parent
c8b5dad259
commit
784450fdba
@ -34,13 +34,9 @@
|
|||||||
* stack is empty, the calling program is terminated with a
|
* stack is empty, the calling program is terminated with a
|
||||||
* fatal error message.
|
* fatal error message.
|
||||||
*
|
*
|
||||||
* Globals:
|
|
||||||
* - #ErrorTrapStack stack of error traps
|
|
||||||
* - #CurrentTrapDepth number of traps on the stack
|
|
||||||
* @param Error error number which is to be trapped
|
* @param Error error number which is to be trapped
|
||||||
* @param Message pointer to a string to be printed as an error message
|
* @param Message pointer to a string to be printed as an error message
|
||||||
* @return None - this routine does not return.
|
* @return None - this routine does not return.
|
||||||
* @note Exceptions: Empty error trap stack terminates the calling program.
|
|
||||||
* @note History: 4/3/89, DSJ, Created.
|
* @note History: 4/3/89, DSJ, Created.
|
||||||
*/
|
*/
|
||||||
void DoError(int Error, const char *Message) {
|
void DoError(int Error, const char *Message) {
|
||||||
|
Loading…
Reference in New Issue
Block a user