check in the version if this that compiles, not the one that doesn't

This commit is contained in:
Julian Elischer 2002-07-02 16:57:53 +00:00
parent 443fd6da2a
commit 7e8f051f42

View File

@ -113,7 +113,7 @@ struct qm_trace {
}; };
#define TRACEBUF struct qm_trace 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 { \ #define QMD_TRACE_HEAD(head) do { \
(head)->trace.prevline = (head)->trace.lastline; \ (head)->trace.prevline = (head)->trace.lastline; \