mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +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
|
||||
* 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 Message pointer to a string to be printed as an error message
|
||||
* @return None - this routine does not return.
|
||||
* @note Exceptions: Empty error trap stack terminates the calling program.
|
||||
* @note History: 4/3/89, DSJ, Created.
|
||||
*/
|
||||
void DoError(int Error, const char *Message) {
|
||||
|
Loading…
Reference in New Issue
Block a user