From 6f6c10491ce0e973fe8328508fe2a232c2189016 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 14:18:38 +0200 Subject: Move runtime inline function to inline file --- cli/runtime-inline.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cli/runtime-inline.hxx (limited to 'cli/runtime-inline.hxx') 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 +// 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 -- cgit v1.1