summaryrefslogtreecommitdiff
path: root/cli/runtime-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/runtime-source.cxx')
-rw-r--r--cli/runtime-source.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/runtime-source.cxx b/cli/runtime-source.cxx
index 54a085f..dab695c 100644
--- a/cli/runtime-source.cxx
+++ b/cli/runtime-source.cxx
@@ -365,6 +365,9 @@ generate_runtime_source (context& ctx, bool complete)
os << "// argv_file_scanner" << endl
<< "//" << endl
+ << "int argv_file_scanner::zero_argc_ = 0;"
+ << endl
+
<< "bool argv_file_scanner::" << endl
<< "more ()"
<< "{"