diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-27 16:57:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-27 16:57:34 +0200 |
commit | 4372f041bb7401c3adc2d5710566b13f64722102 (patch) | |
tree | 5f37f6e69e5529d3628b7611bb642dba15d885c0 /build/dump | |
parent | e1d2e3b63934c1e193429f1d6c4e04abc0e85d56 (diff) |
Variable assignment, appending support
Diffstat (limited to 'build/dump')
-rw-r--r-- | build/dump | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/dump b/build/dump new file mode 100644 index 0000000..0de7569 --- /dev/null +++ b/build/dump @@ -0,0 +1,14 @@ +// 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_scopes (); +} + +#endif // BUILD_DUMP |