|
Moka kernel
|
Go to the documentation of this file.
25 #ifndef INLINE_MACRO_HH
26 #define INLINE_MACRO_HH
33 #define INCLUDE_HEADER(file) "inline-macro.hh"
34 #define INCLUDE_INLINE(file) file
35 #define INCLUDE_NON_INLINE(file) "inline-macro.hh"
41 #define INCLUDE_HEADER(file) file
42 #define INCLUDE_INLINE(file) "inline-macro.hh"
43 #define INCLUDE_NON_INLINE(file) file
48 #endif // INLINE_MACRO_HH