LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
decs.hxx
Go to the documentation of this file.
1 
6 #ifndef AST_DECS_HXX
7 # define AST_DECS_HXX
8 
9 # include <ast/decs.hh>
10 
11 namespace ast
12 {
13 
14  inline
15  Decs::Decs(const Location& location):
16  Ast(location)
17  {}
18 
19 } // namespace ast
20 
21 #endif // !AST_DECS_HXX