aboutsummaryrefslogtreecommitdiff
path: root/build2/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-12 16:39:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-12 17:04:22 +0200
commit53eb43126e562a43f4e8f2247af10da5c4c3c87f (patch)
treeeddd4c1162c8ee59b85db17f3e39aceb28dd8c0d /build2/dist
parent83b5af87efef571b707fc1f409f22571a9f5054c (diff)
Rename module to init
Diffstat (limited to 'build2/dist')
-rw-r--r--build2/dist/init (renamed from build2/dist/module)8
-rw-r--r--build2/dist/init.cxx (renamed from build2/dist/module.cxx)4
2 files changed, 6 insertions, 6 deletions
diff --git a/build2/dist/module b/build2/dist/init
index 3c43c1f..9a439ea 100644
--- a/build2/dist/module
+++ b/build2/dist/init
@@ -1,9 +1,9 @@
-// file : build2/dist/module -*- C++ -*-
+// file : build2/dist/init -*- C++ -*-
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#ifndef BUILD2_DIST_MODULE
-#define BUILD2_DIST_MODULE
+#ifndef BUILD2_DIST_INIT
+#define BUILD2_DIST_INIT
#include <build2/types>
#include <build2/utility>
@@ -28,4 +28,4 @@ namespace build2
}
}
-#endif // BUILD2_DIST_MODULE
+#endif // BUILD2_DIST_INIT
diff --git a/build2/dist/module.cxx b/build2/dist/init.cxx
index 2da75c4..637a232 100644
--- a/build2/dist/module.cxx
+++ b/build2/dist/init.cxx
@@ -1,8 +1,8 @@
-// file : build2/dist/module.cxx -*- C++ -*-
+// file : build2/dist/init.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-#include <build2/dist/module>
+#include <build2/dist/init>
#include <build2/scope>
#include <build2/file>