From fb28f6800864176be2ffca29e8e664b641f33170 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Dec 2009 18:04:02 +0000 Subject: m3 is copied into trunk, we should be good to go, now. --- src/types.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/types.h (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h new file mode 100644 index 0000000..e405e35 --- /dev/null +++ b/src/types.h @@ -0,0 +1,26 @@ +#ifndef TYPES_H +#define TYPES_H + +#include "bu/fstring.h" +#include "bu/list.h" +#include "bu/hash.h" + +typedef Bu::List StrList; + +class Variable; +typedef Bu::List VarList; +typedef Bu::Hash VarHash; + +class Condition; + +class Target; +typedef Bu::List TargetList; +class Profile; +typedef Bu::Hash ProfileHash; + +class AstNode; +class AstBranch; +class AstLeaf; +typedef Bu::List AstBranchList; + +#endif -- cgit v1.2.3