Skip to content

Commit

Permalink
[meta] Fix iscustom attribute field (#2110)
Browse files Browse the repository at this point in the history
Accidently removed in previous commit
  • Loading branch information
kcudnik authored Nov 20, 2024
1 parent 8797aa9 commit 0540855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/parse.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2456,6 +2456,7 @@ sub ProcessSingleObjectType
WriteSource ".isresourcetype = $isresourcetype,";
WriteSource ".isdeprecated = $isdeprecated,";
WriteSource ".isconditionrelaxed = $isrelaxed,";
WriteSource ".iscustom = ($attr >= 0x10000000) && ($attr < 0x20000000),";
WriteSource ".apiversion = $apiversion,";
WriteSource ".nextrelease = $nextrelease,";

Expand Down

0 comments on commit 0540855

Please sign in to comment.