Introduce THISORNUL macro.
This commit is contained in:
@ -73,6 +73,7 @@
|
||||
#else
|
||||
#define _(string) (string)
|
||||
#endif
|
||||
#define THISORNUL(s) (s ? s : "")
|
||||
|
||||
#ifndef PNPX
|
||||
#define PNPX 0
|
||||
|
Reference in New Issue
Block a user