aboutsummaryrefslogtreecommitdiff
path: root/build2/operation
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-23 12:13:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-23 12:13:33 +0200
commitc6a07db01dd75c9d39a54b8bcc01ce262245ad52 (patch)
treeb58fe07c904bf6f434b9edaa736777e238907ecc /build2/operation
parent1c7d67d9895c2bdbef13541b154ea17d25b8d515 (diff)
Add bunch of missing const's
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