mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Remove stderr.h and its include statements
MEMORY_OUT is no longer used. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
db7f2009d9
commit
9bb5a87760
@ -24,16 +24,15 @@
|
|||||||
#include "config_auto.h"
|
#include "config_auto.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "stderr.h"
|
#include "basedir.h"
|
||||||
#include "basedir.h"
|
#include "tessvars.h"
|
||||||
#include "tessvars.h"
|
#include "control.h"
|
||||||
#include "control.h"
|
#include "reject.h"
|
||||||
#include "reject.h"
|
#include "pageres.h"
|
||||||
#include "pageres.h"
|
#include "nwmain.h"
|
||||||
#include "nwmain.h"
|
#include "pgedit.h"
|
||||||
#include "pgedit.h"
|
#include "tprintf.h"
|
||||||
#include "tprintf.h"
|
#include "tessedit.h"
|
||||||
#include "tessedit.h"
|
|
||||||
#include "stopper.h"
|
#include "stopper.h"
|
||||||
#include "intmatcher.h"
|
#include "intmatcher.h"
|
||||||
#include "chop.h"
|
#include "chop.h"
|
||||||
|
@ -20,7 +20,7 @@ noinst_HEADERS = \
|
|||||||
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
|
ambigs.h basedir.h bits16.h bitvector.h ccutil.h clst.h doubleptr.h elst2.h \
|
||||||
elst.h errcode.h fileerr.h genericheap.h globaloc.h \
|
elst.h errcode.h fileerr.h genericheap.h globaloc.h \
|
||||||
indexmapbidi.h kdpair.h lsterr.h \
|
indexmapbidi.h kdpair.h lsterr.h \
|
||||||
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h stderr.h \
|
nwmain.h object_cache.h params.h qrsequence.h sorthelper.h \
|
||||||
scanutils.h tessdatamanager.h tprintf.h \
|
scanutils.h tessdatamanager.h tprintf.h \
|
||||||
unicharcompress.h unicharmap.h unicharset.h unicity_table.h unicodes.h \
|
unicharcompress.h unicharmap.h unicharset.h unicity_table.h unicodes.h \
|
||||||
universalambigs.h
|
universalambigs.h
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
/**********************************************************************
|
|
||||||
* File: stderr.h (Formerly stderrs.h)
|
|
||||||
* Description: File defining error messages fundamental of commonly used.
|
|
||||||
* Author: Ray Smith
|
|
||||||
* Created: Fri Aug 10 15:23:14 BST 1990
|
|
||||||
*
|
|
||||||
* (C) Copyright 1990, Hewlett-Packard Ltd.
|
|
||||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
** you may not use this file except in compliance with the License.
|
|
||||||
** You may obtain a copy of the License at
|
|
||||||
** http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
** Unless required by applicable law or agreed to in writing, software
|
|
||||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
** See the License for the specific language governing permissions and
|
|
||||||
** limitations under the License.
|
|
||||||
*
|
|
||||||
**********************************************************************/
|
|
||||||
|
|
||||||
#ifndef STDERR_H
|
|
||||||
#define STDERR_H
|
|
||||||
|
|
||||||
#include "errcode.h"
|
|
||||||
|
|
||||||
const ERRCODE MEMORY_OUT = "Out of memory";
|
|
||||||
#endif
|
|
@ -1,8 +1,8 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* File: fpchop.cpp (Formerly fp_chop.c)
|
* File: fpchop.cpp (Formerly fp_chop.c)
|
||||||
* Description: Code to chop fixed pitch text into character cells.
|
* Description: Code to chop fixed pitch text into character cells.
|
||||||
* Author: Ray Smith
|
* Author: Ray Smith
|
||||||
* Created: Thu Sep 16 11:14:15 BST 1993
|
* Created: Thu Sep 16 11:14:15 BST 1993
|
||||||
*
|
*
|
||||||
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
||||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -17,7 +17,6 @@
|
|||||||
*
|
*
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "stderr.h"
|
|
||||||
#include "blobbox.h"
|
#include "blobbox.h"
|
||||||
#include "statistc.h"
|
#include "statistc.h"
|
||||||
#include "drawtord.h"
|
#include "drawtord.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* File: makerow.cpp (Formerly makerows.c)
|
* File: makerow.cpp (Formerly makerows.c)
|
||||||
* Description: Code to arrange blobs into rows of text.
|
* Description: Code to arrange blobs into rows of text.
|
||||||
* Author: Ray Smith
|
* Author: Ray Smith
|
||||||
* Created: Mon Sep 21 14:34:48 BST 1992
|
* Created: Mon Sep 21 14:34:48 BST 1992
|
||||||
*
|
*
|
||||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -18,7 +18,6 @@
|
|||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include <vector> // for std::vector
|
#include <vector> // for std::vector
|
||||||
#include "stderr.h"
|
|
||||||
#include "blobbox.h"
|
#include "blobbox.h"
|
||||||
#include "ccstruct.h"
|
#include "ccstruct.h"
|
||||||
#include "detlinefit.h"
|
#include "detlinefit.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* File: topitch.cpp (Formerly to_pitch.c)
|
* File: topitch.cpp (Formerly to_pitch.c)
|
||||||
* Description: Code to determine fixed pitchness and the pitch if fixed.
|
* Description: Code to determine fixed pitchness and the pitch if fixed.
|
||||||
* Author: Ray Smith
|
* Author: Ray Smith
|
||||||
* Created: Tue Aug 24 16:57:29 BST 1993
|
* Created: Tue Aug 24 16:57:29 BST 1993
|
||||||
*
|
*
|
||||||
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
* (C) Copyright 1993, Hewlett-Packard Ltd.
|
||||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -17,7 +17,6 @@
|
|||||||
*
|
*
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "stderr.h"
|
|
||||||
#include "blobbox.h"
|
#include "blobbox.h"
|
||||||
#include "statistc.h"
|
#include "statistc.h"
|
||||||
#include "drawtord.h"
|
#include "drawtord.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* File: tordmain.cpp (Formerly textordp.c)
|
* File: tordmain.cpp (Formerly textordp.c)
|
||||||
* Description: C++ top level textord code.
|
* Description: C++ top level textord code.
|
||||||
* Author: Ray Smith
|
* Author: Ray Smith
|
||||||
* Created: Tue Jul 28 17:12:33 BST 1992
|
* Created: Tue Jul 28 17:12:33 BST 1992
|
||||||
*
|
*
|
||||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -21,7 +21,6 @@
|
|||||||
#include "config_auto.h"
|
#include "config_auto.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "stderr.h"
|
|
||||||
#include "globaloc.h"
|
#include "globaloc.h"
|
||||||
#include "blread.h"
|
#include "blread.h"
|
||||||
#include "blobbox.h"
|
#include "blobbox.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* File: wordseg.cpp (Formerly wspace.c)
|
* File: wordseg.cpp (Formerly wspace.c)
|
||||||
* Description: Code to segment the blobs into words.
|
* Description: Code to segment the blobs into words.
|
||||||
* Author: Ray Smith
|
* Author: Ray Smith
|
||||||
* Created: Fri Oct 16 11:32:28 BST 1992
|
* Created: Fri Oct 16 11:32:28 BST 1992
|
||||||
*
|
*
|
||||||
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
* (C) Copyright 1992, Hewlett-Packard Ltd.
|
||||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
@ -17,7 +17,6 @@
|
|||||||
*
|
*
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "stderr.h"
|
|
||||||
#include "blobbox.h"
|
#include "blobbox.h"
|
||||||
#include "statistc.h"
|
#include "statistc.h"
|
||||||
#include "drawtord.h"
|
#include "drawtord.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user