Skip to content

Commit 462200b

Browse files
author
p12
committed
Index: update the locations of FLT_ROUNDS and FLT_EVAL_METHOD
1 parent cc9c82e commit 462200b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index-functions-c.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
<const name="DBL_MAX_10_EXP" link="c/types/limits"/>
367367
<const name="LDBL_MAX_10_EXP" link="c/types/limits"/>
368368

369-
<const name="FLT_ROUNDS" link="c/types/limits"/>
370-
<const name="FLT_EVAL_METHOD" link="c/types/limits"/>
369+
<const name="FLT_ROUNDS" link="c/types/limits/FLT_ROUNDS"/>
370+
<const name="FLT_EVAL_METHOD" link="c/types/limits/FLT_EVAL_METHOD"/>
371371

372372
<!--=======================================================================-->
373373
<!-- c/memory -->

index-functions-cpp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@
418418
<const name="DBL_MAX_10_EXP" link="cpp/types/climits"/>
419419
<const name="LDBL_MAX_10_EXP" link="cpp/types/climits"/>
420420

421-
<const name="FLT_ROUNDS" link="cpp/types/climits"/>
422-
<const name="FLT_EVAL_METHOD" link="cpp/types/climits"/>
421+
<const name="FLT_ROUNDS" link="cpp/types/climits/FLT_ROUNDS"/>
422+
<const name="FLT_EVAL_METHOD" link="cpp/types/climits/FLT_EVAL_METHOD"/>
423423

424424
<!-- RTTI -->
425425

0 commit comments

Comments
 (0)