aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.cxx')
-rw-r--r--build2/cc/compile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx
index 9f36e8b..1db827d 100644
--- a/build2/cc/compile.cxx
+++ b/build2/cc/compile.cxx
@@ -802,14 +802,14 @@ namespace build2
// This determines which of the following steps we perform and on
// what source (original or preprocessed).
//
- if (const string* v = cast_null<string> (t[c_preprocessed]))
+ if (const string* v = cast_null<string> (t[x_preprocessed]))
try
{
md.pp = to_preprocessed (*v);
}
catch (const invalid_argument& e)
{
- fail << "invalid " << c_preprocessed.name << " variable value "
+ fail << "invalid " << x_preprocessed.name << " variable value "
<< "for target " << t << ": " << e;
}