diff options
Diffstat (limited to 'plugins/uriparser/UriDefsConfig.h')
-rw-r--r-- | plugins/uriparser/UriDefsConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uriparser/UriDefsConfig.h b/plugins/uriparser/UriDefsConfig.h index d87ccb6..9f7ac65 100644 --- a/plugins/uriparser/UriDefsConfig.h +++ b/plugins/uriparser/UriDefsConfig.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * uriparser - RFC 3986 URI parsing library | 2 | * uriparser - RFC 3986 URI parsing library |
3 | * | 3 | * |
4 | * Copyright (C) 2007, Weijia Song <songweijia@gmail.com> | 4 | * Copyright (C) 2007, Weijia Song <songweijia@gmail.com> |
5 | * Copyright (C) 2007, Sebastian Pipping <webmaster@hartwork.org> | 5 | * Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org> |
6 | * All rights reserved. | 6 | * All rights reserved. |
7 | * | 7 | * |
8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
@@ -88,7 +88,7 @@ | |||
88 | /* http://predef.sourceforge.net/precomp.html#sec32 */ | 88 | /* http://predef.sourceforge.net/precomp.html#sec32 */ |
89 | /* http://msdn2.microsoft.com/en-us/library/ms882281.aspx */ | 89 | /* http://msdn2.microsoft.com/en-us/library/ms882281.aspx */ |
90 | # define URI_INLINE __forceinline | 90 | # define URI_INLINE __forceinline |
91 | #elif (__STDC_VERSION__ >= 199901L) | 91 | #elif (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) |
92 | /* C99, "inline" is a keyword */ | 92 | /* C99, "inline" is a keyword */ |
93 | # define URI_INLINE inline | 93 | # define URI_INLINE inline |
94 | #else | 94 | #else |