foxygit / GZDoom Log in
commits tags

/tools/re2c/src/util/attribute.h · 208 B

raw
#ifndef _RE2C_UTIL_ATTRIBUTE_
#define _RE2C_UTIL_ATTRIBUTE_

#ifdef __GNUC__
#    define RE2C_GXX_ATTRIBUTE(x) __attribute__(x)
#else
#    define RE2C_GXX_ATTRIBUTE(x)
#endif

#endif // _RE2C_UTIL_ATTRIBUTE_