summaryrefslogtreecommitdiff
path: root/cli/runtime-inline.hxx
blob: f1dc61006668ff6eef717c3eeefabfda73ed8192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/runtime-inline.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_RUNTIME_INLINE_HXX
#define CLI_RUNTIME_INLINE_HXX

#include <cli/context.hxx>

void
generate_runtime_inline (context&);

#endif // CLI_RUNTIME_INLINE_HXX