aboutsummaryrefslogtreecommitdiff
path: root/build/dump
blob: e3cc5d253932b56091d3c5b3e363c2c0a51f0185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : build/dump -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef BUILD_DUMP
#define BUILD_DUMP

namespace build
{
  void
  dump ();

  void
  dump_scopes ();
}

#endif // BUILD_DUMP