summaryrefslogtreecommitdiff
path: root/cli/runtime-source.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-03 11:46:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-03 11:46:04 +0200
commit31f5102fa8694980891274006eb15b5bebdb28d6 (patch)
treec689b5a57f5bb505ce82aeda0796ca5d63d836ce /cli/runtime-source.hxx
parent4c776f3cb590bf031d6288043c530679a207a0c0 (diff)
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.
Diffstat (limited to 'cli/runtime-source.hxx')
-rw-r--r--cli/runtime-source.hxx2
1 files changed, 1 insertions, 1 deletions
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