diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-11 20:52:54 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-11 20:52:54 +0100 |
| commit | c2c935ba818167a7056da5ac61687ecd2d97cc59 (patch) | |
| tree | e0a345e33aebe9811cfdeb3a65b63db13777ed72 /src/entity.cpp | |
| parent | 2d73c8868b62dd3555409ee4522205d670ddeb42 (diff) | |
Fix trailing default argument checking
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 26e94dbf1..db1efd986 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -86,6 +86,7 @@ struct Entity { bool is_immutable; bool is_thread_local; ExactValue default_value; + bool default_is_nil; } Variable; struct { bool is_type_alias; |