// file : cli/runtime-inline.hxx // author : Boris Kolpackov // license : MIT; see accompanying LICENSE file #ifndef CLI_RUNTIME_INLINE_HXX #define CLI_RUNTIME_INLINE_HXX #include void generate_runtime_inline (context&); #endif // CLI_RUNTIME_INLINE_HXX