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

#ifndef CLI_INLINE_HXX
#define CLI_INLINE_HXX

#include <cli/context.hxx>

void
generate_inline (context&);

#endif // CLI_INLINE_HXX