[internal] Generated files

This commit is contained in:
Jarred Sumner
2021-11-06 19:25:12 -07:00
parent 34771aad22
commit 08b3bab2ec
3 changed files with 2 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
//-- AUTOGENERATED FILE -- 1635574929
//-- AUTOGENERATED FILE -- 1636158703
// clang-format off
#pragma once

View File

@@ -1,5 +1,5 @@
// clang-format: off
//-- AUTOGENERATED FILE -- 1635574929
//-- AUTOGENERATED FILE -- 1636158703
#pragma once
#include <stddef.h>

View File

@@ -7,16 +7,10 @@ pub const __int32_t = c_int;
pub const __uint32_t = c_uint;
pub const __int64_t = c_longlong;
pub const __uint64_t = c_ulonglong;
pub const __darwin_intptr_t = c_long;
pub const __darwin_natural_t = c_uint;
pub const __darwin_ct_rune_t = c_int;
pub const __mbstate_t = extern union {
__mbstate8: [128]u8,
_mbstateL: c_longlong,
};
pub const __darwin_mbstate_t = __mbstate_t;
pub const __darwin_ptrdiff_t = c_long;
pub const __darwin_size_t = c_ulong;
pub const JSC__RegExpPrototype = struct_JSC__RegExpPrototype;