aboutsummaryrefslogtreecommitdiff
path: root/build/variable.cxx
blob: 613cada3b5d0ddf7d57f710cb94749bf212e88f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : build/variable.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#include <build/variable>

using namespace std;

namespace build
{
  variable_set variable_pool;
}