src
Main Page
Namespaces
Classes
Files
File List
File Members
util
attribute.h
Go to the documentation of this file.
1
#ifndef _RE2C_UTIL_ATTRIBUTE_
2
#define _RE2C_UTIL_ATTRIBUTE_
3
4
#ifdef __GNUC__
5
# define RE2C_GXX_ATTRIBUTE(x) __attribute__(x)
6
#else
7
# define RE2C_GXX_ATTRIBUTE(x)
8
#endif
9
10
#endif // _RE2C_UTIL_ATTRIBUTE_
Generated by
1.8.10