forked from epics_driver_modules/motorBase
Prevent Visual C compiler error.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user