Skip to content

Commit

Permalink
Merge pull request #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 1db9482 + 7334572 commit 6f6953a
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 6f6953a

Please sign in to comment.