Not part of the build

Fix so that it compiles on linux.
This commit is contained in:
blythe%netscape.com 2002-10-17 22:42:00 +00:00
parent 0b4f4ef0ce
commit 2f25ac9125

View File

@ -38,6 +38,7 @@
#include <string.h>
#include <time.h>
#include <ctype.h>
#include <errno.h>
#define ERROR_REPORT(num, val, msg) fprintf(stderr, "error(%d):\t\"%s\"\t%s\n", (num), (val), (msg));
#define CLEANUP(ptr) do { if(NULL != ptr) { free(ptr); ptr = NULL; } } while(0)