summaryrefslogtreecommitdiff
path: root/macros.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2014-12-14 13:43:41 +0800
committerJohn Hodge <tpg@mutabah.net>2014-12-14 13:43:41 +0800
commite1a51554c956ccde6a59952a8b9a557df904cf71 (patch)
tree056bd625ab0b6400f618a20e97ec250d910a8959 /macros.cpp
parent5d29fdaa42c638e9420bd3111fb15f3594342354 (diff)
downloadmrust-e1a51554c956ccde6a59952a8b9a557df904cf71.tar.gz
Compiles again
Diffstat (limited to 'macros.cpp')
-rw-r--r--macros.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros.cpp b/macros.cpp
index f81bf566..4356a399 100644
--- a/macros.cpp
+++ b/macros.cpp
@@ -1,12 +1,11 @@
/*
*/
+#include "common.hpp"
#include "macros.hpp"
#include "parse/parseerror.hpp"
#include "parse/tokentree.hpp"
#include "parse/common.hpp"
-#define FOREACH(basetype, it, src) for(basetype::const_iterator it = src.begin(); it != src.end(); ++ it)
-
typedef ::std::map< ::std::string, MacroRules> t_macro_regs;
t_macro_regs g_macro_registrations;