diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/conf_post.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index 8667e2554cd..90f4c6e8382 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -309,8 +309,8 @@ extern void _DebPrint (const char *fmt, ...); | |||
| 309 | Other .c files should not define INLINE. | 309 | Other .c files should not define INLINE. |
| 310 | 310 | ||
| 311 | C99 compilers compile functions like 'incr' as C99-style extern | 311 | C99 compilers compile functions like 'incr' as C99-style extern |
| 312 | inline functions. Pre-C99 GCCs do something similar with | 312 | inline functions. Buggy GCC implementations do something similar with |
| 313 | GNU-specific keywords. Pre-C99 non-GCC compilers use static | 313 | GNU-specific keywords. Buggy non-GCC compilers use static |
| 314 | functions, which bloats the code but is good enough. */ | 314 | functions, which bloats the code but is good enough. */ |
| 315 | 315 | ||
| 316 | #ifndef INLINE | 316 | #ifndef INLINE |