Comment possibly-redundant #define.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
#define restrict __restrict
|
||||
#endif
|
||||
|
||||
#ifndef inline
|
||||
#define inline __inline
|
||||
#endif
|
||||
// #ifndef inline
|
||||
// #define inline __inline
|
||||
// #endif
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER <1900
|
||||
#define snprintf _snprintf
|
||||
|
||||
Reference in New Issue
Block a user