From c1dc06dfd1d329f8c6499dbe2166725ab9c35e17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jul 2018 15:31:13 +0200 Subject: Implement bash module --- build2/bash/init.hxx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 build2/bash/init.hxx (limited to 'build2/bash/init.hxx') diff --git a/build2/bash/init.hxx b/build2/bash/init.hxx new file mode 100644 index 0000000..20ae9b7 --- /dev/null +++ b/build2/bash/init.hxx @@ -0,0 +1,28 @@ +// file : build2/bash/init.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BUILD2_BASH_INIT_HXX +#define BUILD2_BASH_INIT_HXX + +#include +#include + +#include + +namespace build2 +{ + namespace bash + { + bool + init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); + } +} + +#endif // BUILD2_BASH_INIT_HXX -- cgit v1.1