alias nil to NULL
This commit is contained in:
2
gebs.h
2
gebs.h
@ -100,7 +100,7 @@ int main(int argc, char ** argv)
|
|||||||
// Types
|
// Types
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#define nil ((void *)0)
|
#define nil NULL
|
||||||
|
|
||||||
typedef unsigned char uchar;
|
typedef unsigned char uchar;
|
||||||
typedef unsigned short ushort;
|
typedef unsigned short ushort;
|
||||||
|
Reference in New Issue
Block a user