diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build2/operation.cxx b/build2/operation.cxx index d5e2299..37e7c91 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -60,7 +60,8 @@ namespace build2 nullptr, // match nullptr, // execute nullptr, // operation post - nullptr // meta-operation post + nullptr, // meta-operation post + nullptr // include }; // perform @@ -425,7 +426,8 @@ namespace build2 &match, &execute, nullptr, // operation post - nullptr // meta-operation post + nullptr, // meta-operation post + nullptr // include }; // info @@ -517,7 +519,8 @@ namespace build2 nullptr, // match &info_execute, nullptr, // operation post - nullptr // meta-operation post + nullptr, // meta-operation post + nullptr // include }; // operations |