comparison src/inline.c @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents 43dd3413c7c7
children 11cf20601dec
comparison
equal deleted inserted replaced
184:bcd2674570bf 185:3d6bfa290dbd
31 included the corresponding header file. 31 included the corresponding header file.
32 32
33 Some compilers that recognize `inline' may not do the same 33 Some compilers that recognize `inline' may not do the same
34 `extern inline' business, so on those we just do `static inline'. 34 `extern inline' business, so on those we just do `static inline'.
35 */ 35 */
36 36
37 #define DONT_EXTERN_INLINE_FUNCTIONS 37 #define DONT_EXTERN_INLINE_FUNCTIONS
38 38
39 #include <config.h> 39 #include <config.h>
40 #include "lisp.h" 40 #include "lisp.h"
41 #include "buffer.h" 41 #include "buffer.h"