We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2171d7 commit 8366be7Copy full SHA for 8366be7
libc/spec/stdc_ext.td
@@ -15,8 +15,8 @@ def UnsignedShortAccumType : NamedType<"unsigned short accum">;
15
def UnsignedAccumType : NamedType<"unsigned accum">;
16
def UnsignedLongAccumType : NamedType<"unsigned long accum">;
17
18
-def IntHrT : NamedType <"int_hr_t">;
19
-def IntRT : NamedTypes<"int_r_t">;
+def IntHrT : NamedType <"int_hr_t">;
+def IntRT : NamedType<"int_r_t">;
20
def IntLrT : NamedType<"int_lr_t">;
21
def IntHkT : NamedType<"int_hk_t">;
22
def IntKT : NamedType<"int_k_t">;
0 commit comments