Line 0
Link Here
|
|
|
1 |
--- ../errmac.h.orig 2009-10-16 19:37:47.000000000 +0400 |
2 |
+++ ../errmac.h 2009-10-30 00:39:36.000000000 +0300 |
3 |
@@ -406,9 +406,9 @@ |
4 |
#define DD(format,...) /* Documentative */ |
5 |
|
6 |
int hexdmp(char* msg, char* p, int len, int max); |
7 |
-int hexdump(char* msg, char* p, char* lim, int max); |
8 |
+int myhexdump(char* msg, char* p, char* lim, int max); |
9 |
|
10 |
-#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && hexdump((msg), (p), (lim), (max))) |
11 |
+#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && myhexdump((msg), (p), (lim), (max))) |
12 |
#define DHEXDUMP(msg, p, lim, max) /* Disabled hex dump */ |
13 |
|
14 |
#define ERR(format,...) (fprintf(stderr, "t %10s:%-3d %-16s %s E " format "\n", __FILE__, __LINE__, __FUNCTION__, ERRMAC_INSTANCE, __VA_ARGS__), fflush(stderr)) |