1
2
3
4
5
6 #ifndef SNGCM_AST_MERGE_INCLUDED
7 #define SNGCM_AST_MERGE_INCLUDED
8 #include <sngcm/ast/AstApi.hpp>
9
10 namespace sngcm { namespace ast {
11
12 class CompileUnitNode;
13
14 void Merge(CompileUnitNode& source, CompileUnitNode& target);
15
16 } }
17
18 #endif // SNGCM_AST_MERGE_INCLUDED