update error system
[ust.git] / ust / localerr.h
diff --git a/ust/localerr.h b/ust/localerr.h
deleted file mode 100644 (file)
index bfb9527..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef LOCALERR_H
-#define LOCALERR_H
-
-#include <stdio.h>
-
-#define DBG(fmt, args...) fprintf(stderr, "ust: " fmt "\n", ## args); fflush(stderr)
-#define WARN(fmt, args...) fprintf(stderr, "ust: WARNING: " fmt "\n", ## args); fflush(stderr)
-#define ERR(fmt, args...) fprintf(stderr, "ust: ERROR: " fmt "\n", ## args); fflush(stderr)
-#define PERROR(a) perror(a)
-
-#endif /* LOCALERR_H */
This page took 0.022461 seconds and 4 git commands to generate.