From b2df0b0663d0537dd3b4f2d28d145ccd90417cab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Aug 2020 08:04:07 +0200 Subject: Add ability to mark config.* variables as "unsaved" (always transient) --- libbuild2/config/utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/config/utility.cxx') diff --git a/libbuild2/config/utility.cxx b/libbuild2/config/utility.cxx index b10c980..12ec1fe 100644 --- a/libbuild2/config/utility.cxx +++ b/libbuild2/config/utility.cxx @@ -7,7 +7,7 @@ using namespace std; namespace build2 { - void (*config_save_variable) (scope&, const variable&, uint64_t); + void (*config_save_variable) (scope&, const variable&, optional); void (*config_save_module) (scope&, const char*, int); const string& (*config_preprocess_create) (context&, values&, -- cgit v1.1