diff options
Diffstat (limited to 'build/cxx/module')
-rw-r--r-- | build/cxx/module | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/cxx/module b/build/cxx/module new file mode 100644 index 0000000..65cdcc6 --- /dev/null +++ b/build/cxx/module @@ -0,0 +1,19 @@ +// file : build/cxx/module -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef BUILD_CXX_MODULE +#define BUILD_CXX_MODULE + +#include <build/module> + +namespace build +{ + namespace cxx + { + void + init (scope&, scope&, const location&); + } +} + +#endif // BUILD_CXX_MODULE |