Forgot to rename DBGCMDX for non-debug build.

This commit is contained in:
Jon Meredith 2009-06-10 08:07:58 -06:00 committed by Phillip Toland
parent a3ae101dfb
commit 1cc42dae71

View file

@ -212,7 +212,7 @@ static void DBGCMD(PortData *d, const char *fmt, ...);
static void DBGCMDRC(PortData *d, int rc);
#else
# define DBG(arg1,...)
# define DBGCMDX(d, fmt, ...)
# define DBGCMD(d, fmt, ...)
# define DBGCMDRC(d, rc) { while (0) { rc++; } } // otherwise get unused variable error
#endif