check in the version if this that compiles, not the one that doesn't
This commit is contained in:
parent
443fd6da2a
commit
7e8f051f42
@ -113,7 +113,7 @@ struct qm_trace {
|
||||
};
|
||||
|
||||
#define TRACEBUF struct qm_trace trace;
|
||||
#define TRASHIT(x) do {(x) = (void *)-1} while (0)
|
||||
#define TRASHIT(x) do {(x) = (void *)-1;} while (0)
|
||||
|
||||
#define QMD_TRACE_HEAD(head) do { \
|
||||
(head)->trace.prevline = (head)->trace.lastline; \
|
||||
|
Loading…
Reference in New Issue
Block a user