Fix empty __attribute__ definition for !__GNUC__

This commit is contained in:
Frank Denis 2015-12-20 17:20:30 +01:00
parent 7d819ca43d
commit 764ceb7b7e

View File

@ -6,7 +6,7 @@
# ifdef __attribute__ # ifdef __attribute__
# undef __attribute__ # undef __attribute__
# endif # endif
# define __attribute__ (a) # define __attribute__(a)
#endif #endif
#ifdef SODIUM_STATIC #ifdef SODIUM_STATIC