diff options
-rw-r--r-- | xmore.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -49,13 +49,6 @@ in this Software without prior written authorization from The Open Group. #include <stdio.h> #include <limits.h> -/* Turn a NULL pointer string into an empty string */ -#define NULLSTR(x) (((x)!=NULL)?(x):("")) - -#define Error(x) { printf x ; exit(EXIT_FAILURE); } -#define Assertion(expr, msg) { if (!(expr)) { Error msg } } -#define Log(x) { if (userOptions.verbose) printf x; } - /* Global vars */ static Widget toplevel = NULL; static Widget text = NULL; |