diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-27 17:07:38 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-27 17:07:38 +0800 |
commit | 5af08604e03340657d3823fcd4eefe3d21f2fb30 (patch) | |
tree | b29e6adb2e030ee59b24c3cecc12680c5ab8c8fa /src/resolve/absolute.cpp | |
parent | 2eb5d46788bcd1d2de1d3ee21c15edf05204ac11 (diff) | |
download | mrust-5af08604e03340657d3823fcd4eefe3d21f2fb30.tar.gz |
AST - Refactor extern blocks into Items
Diffstat (limited to 'src/resolve/absolute.cpp')
-rw-r--r-- | src/resolve/absolute.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resolve/absolute.cpp b/src/resolve/absolute.cpp index 118eca7f..c2e77678 100644 --- a/src/resolve/absolute.cpp +++ b/src/resolve/absolute.cpp @@ -1901,6 +1901,8 @@ void Resolve_Absolute_Mod( Context item_context, ::AST::Module& mod ) ( BUG(i2.data.span, "Unexpected item in ExternBlock - " << i2.data.tag_str()); ), + (None, + ), (Function, Resolve_Absolute_Function(item_context, e2); ), |