Skip to content

Commit 6f6953a

Browse files
committed
Merge pull request #180 from stweil/master
Remove unneeded definition for NULL
2 parents 1db9482 + 7334572 commit 6f6953a

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)