diff options
| author | gingerBill <bill@gingerbill.org> | 2018-01-28 09:51:52 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-01-28 09:51:52 +0000 |
| commit | 83d90f146398bf6cff751d239406328dbb95e724 (patch) | |
| tree | 98deb3f41f9282f4b725606d09d01e1d6bbacf4d /src/checker.hpp | |
| parent | f661ae9d095b4b7d6e8a51f7b539612afe4162a0 (diff) | |
Extra check for `type_info` cycle checking
Diffstat (limited to 'src/checker.hpp')
| -rw-r--r-- | src/checker.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.hpp b/src/checker.hpp index f3507d2d5..29b8eae1a 100644 --- a/src/checker.hpp +++ b/src/checker.hpp @@ -275,6 +275,7 @@ struct CheckerContext { String proc_name; Type * type_hint; DeclInfo * curr_proc_decl; + Type * curr_proc_sig; ForeignContext foreign_context; bool collect_delayed_decls; |