From 31f5102fa8694980891274006eb15b5bebdb28d6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 3 Jun 2012 11:46:04 +0200 Subject: Generate certain template runtime code in every source file This is needed if the cli runtime is included from another file instead of being generated. The alternative would be to move that code to the header file. However, that would also require including a lot of standard headers in the generated header file. --- cli/runtime-source.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/runtime-source.hxx') diff --git a/cli/runtime-source.hxx b/cli/runtime-source.hxx index 79e0cef..8300c9a 100644 --- a/cli/runtime-source.hxx +++ b/cli/runtime-source.hxx @@ -9,6 +9,6 @@ #include "context.hxx" void -generate_runtime_source (context&); +generate_runtime_source (context&, bool complete); #endif // CLI_RUNTIME_SOURCE_HXX -- cgit v1.1