Changes in src/SynTree/FunctionDecl.cc [d3b7937:1db21619]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
rd3b7937 r1db21619 19 19 #include "Statement.h" 20 20 #include "Type.h" 21 #include " Common/utility.h"21 #include "utility.h" 22 22 23 23 FunctionDecl::FunctionDecl( const std::string &name, DeclarationNode::StorageClass sc, LinkageSpec::Type linkage, FunctionType *type, CompoundStmt *statements, bool isInline, bool isNoreturn )
Note:
See TracChangeset
for help on using the changeset viewer.