diff options
| author | gingerBill <bill@gingerbill.org> | 2020-11-09 13:04:36 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-11-09 13:04:36 +0000 |
| commit | 31f4590f4b291bd5a21248d2c27ab8630b3e5fd9 (patch) | |
| tree | 8a132b85ed41c6efbdd784ea222b9fd710703cfd /src/entity.cpp | |
| parent | 7909a9f5a599af020cfb151f99fe740d62517def (diff) | |
Fix default parameters on record types
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 3d354b9c8..a9d598735 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -120,6 +120,7 @@ struct Entity { union { struct { ExactValue value; + ParameterValue param_value; } Constant; struct { Ast *init_expr; // only used for some variables within procedure bodies |