Skip to content

Commit 8fda167

Browse files
committed
[headers, diff.mods.to.headers] Re-add main index entries for C headers that do not exist in C++
1 parent c7db1db commit 8fda167

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/compatibility.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,9 +1926,9 @@
19261926

19271927
\pnum
19281928
There are no \Cpp{} headers for the C headers
1929-
\tcode{<stdatomic.h>},
1930-
\tcode{<stdnoreturn.h>},
1931-
and \tcode{<threads.h>},
1929+
\tcode{<stdatomic.h>}\indextext{\idxhdr{stdatomic.h}!absence thereof},
1930+
\tcode{<stdnoreturn.h>}\indextext{\idxhdr{stdnoreturn.h}!absence thereof},
1931+
and \tcode{<threads.h>}\indextext{\idxhdr{threads.h}!absence thereof},
19321932
nor are the C headers themselves part of \Cpp{}.
19331933

19341934
\pnum

source/lib-intro.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,9 +1129,9 @@
11291129
additional headers shown in Table~\ref{tab:cpp.c.headers}.%
11301130
\footnote{It is intentional that there is no \Cpp{} header
11311131
for any of these C headers:
1132-
\tcode{<stdatomic.h>},
1133-
\tcode{<stdnoreturn.h>},
1134-
\tcode{<threads.h>}.}
1132+
\tcode{<stdatomic.h>}\indextext{\idxhdr{stdatomic.h}!absence thereof},
1133+
\tcode{<stdnoreturn.h>}\indextext{\idxhdr{stdnoreturn.h}!absence thereof},
1134+
\tcode{<threads.h>}\indextext{\idxhdr{threads.h}!absence thereof}.}
11351135

11361136
\begin{floattable}{\Cpp{} headers for C library facilities}{tab:cpp.c.headers}
11371137
{lllll}

0 commit comments

Comments
 (0)