Skip to content

Commit

Permalink
Add more type exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Aug 31, 2024
1 parent a2ce6d3 commit dd99536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ let is_upper c =
let apply_type_exceptions = function
| "NSZone" | "acl" | "stat" | "xpc_type_s" | "objc_method_description"
| "AEDesc" | "addrinfo" | "CFStorage" | "FloatPoint" | "IntRect" | "IntPoint"
| "Object" | "String" | "SecTrust" | "OpaqueWKContext"
| "Object" | "String" | "SecTrust" | "OpaqueWKContext" | "ProcessSerialNumber"
| "OpaqueWKPageGroup" | "OpaqueWKPage" | "OpaqueWKBackForwardListItem"
| "OpaqueWKInspector" | "OpaqueWKFrame" | "OpaqueWKPageConfiguration"
| "xmlNode" | "xmlParserCtxt" | "xmlElementContent" | "xmlTextReader" | "xmlDoc"
| "NSRefCountedRunArray" | "NSProgressFraction" | "NSSlice" | "SKCAction"
| "NSAppleEventManagerSuspension" | "opaque_pthread_mutex_t" | "CGImageProvider"
| "opaqueCMSampleBuffer" | "EPolygonList" | "MRCDescriptor" | "sFILE"
| "CCColorProfileContext" | "CCCharBox" | "CCBigBox" | "CCBox"
| "CCColorProfileContext" | "CCCharBox" | "CCBigBox" | "CCBox" | "FSRef"
| "CCPulseWindowContext" | "rgbaColor" | "rgbMinMaxU8" | "rgbMinMaxFloat" ->
"void"
| "va_list_tag" ->
Expand Down

0 comments on commit dd99536

Please sign in to comment.