Skip to content

Commit c2a96a2

Browse files
committed
[libc] Fix locale structs with old headergen
1 parent 856dadb commit c2a96a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/spec/stdc.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,8 +1665,8 @@ def StdC : StandardSpec<"stdc"> {
16651665
>;
16661666

16671667

1668-
NamedType StructLconv : NamedType<"struct lconv">;
1669-
PtrType StructLconvPtr : PtrType<StructLconv>;
1668+
NamedType StructLconv = NamedType<"struct lconv">;
1669+
PtrType StructLconvPtr = PtrType<StructLconv>;
16701670

16711671
HeaderSpec Locale = HeaderSpec<
16721672
"locale.h",

0 commit comments

Comments
 (0)