// file : cli/runtime-inline.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // 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