Skip to content

Commit 14c0cdd

Browse files
committed
[cfloat.syn] Fix macro definition to be long, not int.
This was a misapplication of P3348R4. Checked that the C standard also uses long.
1 parent 1e931b0 commit 14c0cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@
18351835
\indexheader{cfloat}%
18361836
\begin{codeblock}
18371837
// all freestanding
1838-
#define __STDC_VERSION_FLOAT_H__ 202311
1838+
#define __STDC_VERSION_FLOAT_H__ 202311L
18391839

18401840
#define @\libmacro{FLT_ROUNDS}@ @\seebelow@
18411841
#define @\libmacro{FLT_EVAL_METHOD}@ @\seebelow@

0 commit comments

Comments
 (0)