summaryrefslogtreecommitdiff
path: root/cli/runtime-inline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/runtime-inline.hxx')
-rw-r--r--cli/runtime-inline.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/runtime-inline.hxx b/cli/runtime-inline.hxx
new file mode 100644
index 0000000..84eb655
--- /dev/null
+++ b/cli/runtime-inline.hxx
@@ -0,0 +1,14 @@
+// file : cli/runtime-inline.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef CLI_RUNTIME_INLINE_HXX
+#define CLI_RUNTIME_INLINE_HXX
+
+#include "context.hxx"
+
+void
+generate_runtime_inline (context&);
+
+#endif // CLI_RUNTIME_INLINE_HXX