X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..3618811496a6d131fd4bffa19e262c521d39e819:/trace/traceopt.c diff --git a/trace/traceopt.c b/trace/traceopt.c index 78d82bd..bbb8b02 100644 --- a/trace/traceopt.c +++ b/trace/traceopt.c @@ -31,6 +31,7 @@ #include #include +#include "macros.h" #include "report.h" #include "trace.h" @@ -57,7 +58,7 @@ unsigned traceopt(const trace_opt *t, const char *p, /* --- Dump out help text --- */ - if (!p || !strcmp(p, "?")) { + if (!p || STRCMP(p, ==, "?")) { const trace_opt *tt; puts("Trace options:"); for (tt = t; tt->ch; tt++) {