Prevent Visual C compiler error.

This commit is contained in:
Ron Sluiter
2011-09-06 20:46:51 +00:00
parent 7a632b0e74
commit 1677e70131
+1 -1
View File
@@ -175,7 +175,7 @@ HeadURL: $URL$
/*----------------debugging-----------------*/
#if (TOOL_FAMILY == gnu)
#if defined(TOOL_FAMILY) && (TOOL_FAMILY == gnu)
#ifdef DEBUG
#define Debug(l, f, args...) {if (l <= motorRecordDebug) printf(f, ## args);}
#else