File tree 4 files changed +2
-132
lines changed
4 files changed +2
-132
lines changed Original file line number Diff line number Diff line change 7
7
8
8
noinst_HEADERS = \
9
9
bitvec.h callcpp.h const.h cutil.h cutil_class.h danerror.h efio.h \
10
- emalloc.h freelist.h globals.h listio.h \
10
+ emalloc.h freelist.h globals.h \
11
11
oldlist.h structures.h
12
12
13
13
if !USING_MULTIPLELIBS
22
22
23
23
libtesseract_cutil_la_SOURCES = \
24
24
bitvec.cpp callcpp.cpp cutil.cpp cutil_class.cpp danerror.cpp efio.cpp \
25
- emalloc.cpp freelist.cpp listio.cpp \
25
+ emalloc.cpp freelist.cpp \
26
26
oldlist.cpp structures.cpp
27
27
28
28
Original file line number Diff line number Diff line change @@ -92,26 +92,6 @@ typedef void (*void_dest) (void *);
92
92
#define print_string (str ) \
93
93
printf ("%s\n", str)
94
94
95
- /**********************************************************************
96
- * strfree
97
- *
98
- * Free the memory which was reserved by strsave.
99
- **********************************************************************/
100
-
101
- #define strfree (s ) (free_string(s))
102
-
103
- /**********************************************************************
104
- * strsave
105
- *
106
- * Reserve a spot in memory for the string to be stored. Copy the string
107
- * to it and return the result.
108
- **********************************************************************/
109
-
110
- #define strsave (s ) \
111
- ((s) != NULL ? \
112
- ((char*) strcpy (alloc_string(strlen(s)+1), s)) : \
113
- (NULL))
114
-
115
95
/*----------------------------------------------------------------------
116
96
F u n c t i o n s
117
97
----------------------------------------------------------------------*/
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments