diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-01-18 17:19:20 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-01-18 17:19:20 +0000 |
commit | 5d0bbb19cc133753cebda7099e46d4b2084336c6 (patch) | |
tree | 649e0b361bab4c2400fc684f7b18cf2da670525b /includes/compiler/common.h | |
parent | a231f5dbb93c60da240a027f2afd8a4797069541 (diff) | |
download | MWCC-5d0bbb19cc133753cebda7099e46d4b2084336c6.tar.gz MWCC-5d0bbb19cc133753cebda7099e46d4b2084336c6.zip |
rename TypeMethod and the struct type enums
Diffstat (limited to '')
-rw-r--r-- | includes/compiler/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/common.h b/includes/compiler/common.h index 156e5c4..fc5e84e 100644 --- a/includes/compiler/common.h +++ b/includes/compiler/common.h @@ -198,7 +198,7 @@ typedef struct TypeFunc TypeFunc; typedef struct TypeIntegral TypeIntegral; typedef struct TypeList TypeList; typedef struct TypeMemberPointer TypeMemberPointer; -typedef struct TypeMethod TypeMethod; +typedef struct TypeMemberFunc TypeMemberFunc; typedef struct TypeObjCID TypeObjCID; typedef struct TypePointer TypePointer; typedef struct TypeStruct TypeStruct; |