Fix Solaris 7 bustage.
git-svn-id: svn://10.0.0.236/trunk@90783 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6d0476527c
commit
7dfc792fe0
@ -92,7 +92,7 @@ private:
|
||||
};
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL (void*)0L
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
|
||||
@ -76,7 +76,7 @@ private:
|
||||
};
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void*) 0L);
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
|
||||
@ -96,7 +96,7 @@ private:
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *) 0L)
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
#ifdef DUMP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user