On March 11, 2003 05:49 pm, Jon wrote:
if (debugout) MESSAGE("%lx",*arg);
if (debugout) TMSG2("%lx",*arg);
This is just too ugly! Please don't do such code uglification to save a few bytes. Beyond that, why isn't this file using the standard TRACE macro? MESSAGEs should be very rare, and are intended for the user, as such there's no need to compile them out, ever.