LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
var-decs.hh
Go to the documentation of this file.
1 
6 #ifndef AST_VAR_DECS_HH
7 # define AST_VAR_DECS_HH
8 
9 # include <list>
10 
11 # include <ast/any-decs.hh>
12 # include <ast/var-dec.hh>
13 
14 namespace ast
15 {
17  typedef AnyDecs<VarDec> VarDecs;
18 
19 } // namespace ast
20 
21 #endif // !AST_VAR_DECS_HH