mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
Replace DNA_COUNT macro with AT_DNA_COUNT
This commit is contained in:
@@ -143,9 +143,9 @@ struct DNAVYaml : DNAV<DNAE>
|
||||
|
||||
/** Macro to supply count variable to atdna and mute it for other compilers */
|
||||
#ifdef __clang__
|
||||
#define DNA_COUNT(cnt) sizeof(cnt)
|
||||
#define AT_DNA_COUNT(cnt) sizeof(cnt)
|
||||
#else
|
||||
#define DNA_COUNT(cnt) 0
|
||||
#define AT_DNA_COUNT(cnt) 0
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user