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

#include <build/trace>

using namespace std;

namespace build
{
  uint8_t verb;
}