diff options
| author | gingerBill <bill@gingerbill.org> | 2023-09-21 11:13:26 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-09-21 11:13:26 +0100 |
| commit | 38d2a0ddb9b1e74661dd05fae71e3a2d47e8de2c (patch) | |
| tree | 6b9b476eed4acf98cf4d72eadfcad203592f0ad9 /src/parser.hpp | |
| parent | 735bb147e271fc441f265435dfafc143b1d2e71a (diff) | |
Add `sanitize_address` attribute to all normal packages
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index eace5ba86..dd7bd0928 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -60,6 +60,7 @@ enum PackageKind { Package_Normal, Package_Runtime, Package_Init, + Package_Builtin, }; struct ImportedFile { |