Proper null
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
* pointer usage easier.
|
||||
*/
|
||||
#ifndef null
|
||||
#define null ((malunal_mptr_t*)0)
|
||||
#define null ((malunal_mptr_t)0)
|
||||
#endif /* null */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user