From 4372f041bb7401c3adc2d5710566b13f64722102 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Feb 2015 16:57:34 +0200 Subject: Variable assignment, appending support --- build/variable.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/variable.cxx (limited to 'build/variable.cxx') diff --git a/build/variable.cxx b/build/variable.cxx new file mode 100644 index 0000000..613cada --- /dev/null +++ b/build/variable.cxx @@ -0,0 +1,12 @@ +// file : build/variable.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#include + +using namespace std; + +namespace build +{ + variable_set variable_pool; +} -- cgit v1.1