diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-04-28 07:57:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2015-04-28 07:57:53 +0200 |
commit | 37e3bea32e9078168cd2622dcc976d7d10739088 (patch) | |
tree | 0f8bbb920b628830a4b06154fd4f0f8f09a50577 /include/uriparser/UriDefsConfig.h | |
parent | c3ccf5e3e6737f81863b085289fd830e732b41f9 (diff) |
Imported Upstream version 0.8.2upstream/0.8.2
Diffstat (limited to 'include/uriparser/UriDefsConfig.h')
-rw-r--r-- | include/uriparser/UriDefsConfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uriparser/UriDefsConfig.h b/include/uriparser/UriDefsConfig.h index 5ca9989..d87ccb6 100644 --- a/include/uriparser/UriDefsConfig.h +++ b/include/uriparser/UriDefsConfig.h @@ -88,10 +88,6 @@ /* http://predef.sourceforge.net/precomp.html#sec32 */ /* http://msdn2.microsoft.com/en-us/library/ms882281.aspx */ # define URI_INLINE __forceinline -#elif (__GNUC__ >= 4) -/* GCC C/C++ 4.x.x */ -/* http://predef.sourceforge.net/precomp.html#sec13 */ -# define URI_INLINE __attribute__((always_inline)) #elif (__STDC_VERSION__ >= 199901L) /* C99, "inline" is a keyword */ # define URI_INLINE inline |