Data sections can now be marked as external

This commit is contained in:
2022-09-05 14:09:47 -04:00
parent 345cf3fa29
commit 2295e3bd32
6 changed files with 38 additions and 3 deletions

View File

@@ -169,6 +169,8 @@ type DataSection struct {
typeable
permissionable
valuable
external bool
}
// TypeSection represents a blind type definition.