aboutsummaryrefslogtreecommitdiff
path: root/build2/variable
diff options
context:
space:
mode:
Diffstat (limited to 'build2/variable')
-rw-r--r--build2/variable5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/variable b/build2/variable
index 4fd802f..dd4f551 100644
--- a/build2/variable
+++ b/build2/variable
@@ -296,6 +296,11 @@ namespace build2
void typify (value&, const variable&);
void typify (value&, const value_type&, const variable*);
+ // Remove value type from the value reversing it to names. This is similar
+ // to reverse() below except that it modifies the value itself.
+ //
+ void untypify (value&);
+
// Reverse the value back to names. The value should not be NULL and storage
// should be empty.
//