Mercurial > hg > xemacs-beta
diff src/inline.c @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 538048ae2ab8 |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/src/inline.c Mon Aug 13 09:38:27 2007 +0200 +++ b/src/inline.c Mon Aug 13 09:39:39 2007 +0200 @@ -25,7 +25,7 @@ reason is that under GCC we declare our inline functions `extern inline', which causes the inlined version to get used only for inlining, and in other cases to generate an external reference to - the function. This is more efficient that declaring out inline + the function. This is more efficient than declaring our inline functions `static inline', which (in many cases) would cause a separate version of the function to get inserted into every source file that included the corresponding header file.