diff options
author | John Hodge <tpg@mutabah.net> | 2016-02-27 18:01:14 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-02-27 18:01:14 +0800 |
commit | 2fa788e26a8d2447be9b575111a9f7be26eaff93 (patch) | |
tree | fadde986d721b178917ab1bd9a5219075670668e /src/macros.hpp | |
parent | df62d33afdb267465caabf91abf340ce4884c443 (diff) | |
download | mrust-2fa788e26a8d2447be9b575111a9f7be26eaff93.tar.gz |
Parse - Macros in type position
Diffstat (limited to 'src/macros.hpp')
-rw-r--r-- | src/macros.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros.hpp b/src/macros.hpp index b28370d9..d7efec1a 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -9,6 +9,10 @@ class MacroExpander;
+namespace AST {
+ class Module;
+}
+
class MacroRuleEnt:
public Serialisable
{
|