]> code.delx.au - gnu-emacs/blobdiff - src/conf_post.h
Merge from origin/emacs-24
[gnu-emacs] / src / conf_post.h
index 8667e2554cdb9f2c470335af3b7450e926c15a29..90f4c6e83822233f1c13db17c2df9cf0f114e9c4 100644 (file)
@@ -309,8 +309,8 @@ extern void _DebPrint (const char *fmt, ...);
    Other .c files should not define INLINE.
 
    C99 compilers compile functions like 'incr' as C99-style extern
-   inline functions.  Pre-C99 GCCs do something similar with
-   GNU-specific keywords.  Pre-C99 non-GCC compilers use static
+   inline functions.  Buggy GCC implementations do something similar with
+   GNU-specific keywords.  Buggy non-GCC compilers use static
    functions, which bloats the code but is good enough.  */
 
 #ifndef INLINE