1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Added field and instantiation restrictions to extended opaques

This commit is contained in:
Brian Fiete 2025-02-15 13:21:47 -08:00
parent 5000a8a824
commit 765906dd70
3 changed files with 19 additions and 10 deletions

View file

@ -3488,6 +3488,7 @@ void BfCompiler::UpdateRevisedTypes()
compositeTypeDef->mTypeCode = rootTypeDef->mTypeCode;
compositeTypeDef->mFullName = rootTypeDef->mFullName;
compositeTypeDef->mFullNameEx = rootTypeDef->mFullNameEx;
compositeTypeDef->mIsOpaque = rootTypeDef->mIsOpaque;
compositeTypeDef->mIsFunction = rootTypeDef->mIsFunction;
compositeTypeDef->mIsDelegate = rootTypeDef->mIsDelegate;
compositeTypeDef->mIsCombinedPartial = true;