component_tags -> struct_tags

This commit is contained in:
Chris Smowton
2024-10-01 14:39:32 +01:00
parent c1a1edf24e
commit 288e0ec565
9 changed files with 12 additions and 12 deletions

View File

@@ -208,7 +208,7 @@ underlying_type(unique int named: @namedtype ref, int tp: @type ref);
component_types(int parent: @compositetype ref, int index: int ref, string name: string ref, int tp: @type ref);
#keyset[parent, index]
component_tags(int parent: @structtype ref, int index: int ref, string tag: string ref);
struct_tags(int parent: @structtype ref, int index: int ref, string tag: string ref);
#keyset[interface, index]
interface_private_method_ids(int interface: @interfacetype ref, int index: int ref, string id: string ref);

View File

@@ -1,5 +1,5 @@
description: Remove component-tags and interface-method-id tables
compatibility: full
component_tags.rel: delete
struct_tags.rel: delete
interface_private_method_ids.rel: delete