]> git.pld-linux.org Git - packages/tesseract.git/blame - tesseract-globals.patch
- up to 2.00
[packages/tesseract.git] / tesseract-globals.patch
CommitLineData
c3121e34
JB
1--- tesseract-1.04/cutil/globals.h.orig 2007-05-16 03:13:26.000000000 +0200
2+++ tesseract-1.04/cutil/globals.h 2007-07-17 18:04:41.992990140 +0200
3@@ -45,8 +45,6 @@ extern int acts[MAXPROC]; /*actio
4 extern int debugs[MAXPROC]; /*debug flags */
5 extern int plots[MAXPROC]; /*plot flags */
6 extern int corners[4]; /*corners of scan window */
7-extern int optind; /*option index */
8-extern char *optarg; /*option argument */
9 /*image file name */
10 extern char imagefile[FILENAMESIZE];
11 /* main directory */
12--- tesseract-1.04/cutil/tordvars.h.orig 2007-05-16 23:33:53.000000000 +0200
13+++ tesseract-1.04/cutil/tordvars.h 2007-07-17 18:07:44.663399933 +0200
14@@ -45,8 +45,7 @@ extern int similarity_enable;
15 extern int similarity_debug; /* Level of debug output */
16 extern int write_raw_output; /* Text before context */
17 extern int write_output; /* Text file output */
18-//extern "C" { extern int display_ratings; } /* Show the ratings */
19-extern int display_ratings; /* Show the ratings */
20+extern "C" { extern int display_ratings; } /* Show the ratings */
21 extern int show_bold; /* Use bold text */
22 extern int display_text; /* Show word text */
23 extern int display_blocks; /* Show word as boxes */
This page took 0.063582 seconds and 4 git commands to generate.