LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
call-exp.hh
Go to the documentation of this file.
1 
6 #ifndef AST_CALL_EXP_HH
7 # define AST_CALL_EXP_HH
8 
9 # include <ast/exp.hh>
10 # include <ast/function-dec.hh>
11 # include <misc/symbol.hh>
12 
13 namespace ast
14 {
15 
16  // FIXME: Some code was deleted here.
17 
18 } // namespace ast
19 
20 # include <ast/call-exp.hxx>
21 
22 #endif // !AST_CALL_EXP_HH