From 8c1e0035404050376350d5e9b9242f5d39a6b53e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 27 Jul 2019 17:28:27 +0200 Subject: Add support for direct file loading with argv_file_scanner --- cli/runtime-source.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/runtime-source.cxx') 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 ()" << "{" -- cgit v1.1