forked from epics_driver_modules/motorBase
Replaced '__GNUG__' with '(TOOL_FAMILY == gnu)' in debug message macro.
This commit is contained in:
@@ -175,7 +175,7 @@ HeadURL: $URL$
|
||||
|
||||
/*----------------debugging-----------------*/
|
||||
|
||||
#ifdef __GNUG__
|
||||
#if (TOOL_FAMILY == gnu)
|
||||
#ifdef DEBUG
|
||||
#define Debug(l, f, args...) {if (l <= motorRecordDebug) printf(f, ## args);}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user