aboutsummaryrefslogtreecommitdiff
path: root/build2/operation
diff options
context:
space:
mode:
Diffstat (limited to 'build2/operation')
-rw-r--r--build2/operation10
1 files changed, 5 insertions, 5 deletions
diff --git a/build2/operation b/build2/operation
index bddc197..0daf413 100644
--- a/build2/operation
+++ b/build2/operation
@@ -251,8 +251,8 @@ namespace build2
void
execute (action, const action_targets&, bool quiet);
- extern meta_operation_info noop;
- extern meta_operation_info perform;
+ extern const meta_operation_info noop;
+ extern const meta_operation_info perform;
// Operation info.
//
@@ -283,9 +283,9 @@ namespace build2
// Built-in operations.
//
- extern operation_info default_;
- extern operation_info update;
- extern operation_info clean;
+ extern const operation_info default_;
+ extern const operation_info update;
+ extern const operation_info clean;
// Global meta/operation tables. Each registered meta/operation
// is assigned an id which is used as an index in the per-project