diff options
Diffstat (limited to 'build2/depdb.hxx')
-rw-r--r-- | build2/depdb.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/depdb.hxx b/build2/depdb.hxx index da45a4a..520642e 100644 --- a/build2/depdb.hxx +++ b/build2/depdb.hxx @@ -144,6 +144,11 @@ namespace build2 void write (char, bool nl = true); + // Mark the previously read line as to be overwritte. + // + void + write () {if (state_ != state::write) change ();} + // Read the next line and compare it to the expected value. If it matches, // return NULL. Otherwise, overwrite it and return the old value (which // could also be NULL). This strange-sounding result semantics is used to |