Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#180 from stweil/master
Browse files Browse the repository at this point in the history
Remove unneeded definition for NULL
  • Loading branch information
zdenop committed Jan 5, 2016
2 parents 0e93e76 + 6440814 commit d0a7679
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ccutil/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ typedef unsigned char BOOL8;
#define FALSE 0
#endif

#ifndef NULL
#define NULL 0L
#endif

// Return true if x is within tolerance of y
template<class T> bool NearlyEqual(T x, T y, T tolerance) {
T diff = x - y;
Expand Down

0 comments on commit d0a7679

Please sign in to comment.