Skip to content

Commit 282a079

Browse files
update macros in spect.td
1 parent 4cdccb5 commit 282a079

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libc/spec/stdc.td

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,9 @@ def StdC : StandardSpec<"stdc"> {
770770
HeaderSpec StdBit = HeaderSpec<
771771
"stdbit.h",
772772
[
773-
Macro<"stdc_leading_zeros">
773+
Macro<"stdc_leading_zeros">,
774+
Macro<"stdc_leading_ones">,
775+
Macro<"stdc_trailing_zeros">
774776
], // Macros
775777
[], // Types
776778
[], // Enumerations

0 commit comments

Comments
 (0)