Skip to content

Commit 6e9de6b

Browse files
committed
Merge pull request tesseract-ocr#180 from stweil/master
Remove unneeded definition for NULL
2 parents 6cdb391 + 430aafa commit 6e9de6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ccutil/host.h

-4
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ typedef unsigned char BOOL8;
140140
#define FALSE 0
141141
#endif
142142

143-
#ifndef NULL
144-
#define NULL 0L
145-
#endif
146-
147143
// Return true if x is within tolerance of y
148144
template<class T> bool NearlyEqual(T x, T y, T tolerance) {
149145
T diff = x - y;

0 commit comments

Comments
 (0)