summaryrefslogtreecommitdiff
path: root/cli/runtime-inline.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 14:18:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 14:18:38 +0200
commit6f6c10491ce0e973fe8328508fe2a232c2189016 (patch)
tree8163d6bf03edfb050fa14a408e38030246c0a99c /cli/runtime-inline.hxx
parent6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 (diff)
Move runtime inline function to inline file
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