From c9a2b3e494318891b7736ca12a3ffcf10cb25c09 Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Thu, 2 Jan 2025 16:59:52 +0700 Subject: [PATCH] [stdbool.h.syn,depr.c.macros] Remove redundant indexing (#7532) The \indexhdr macro is subsumed by more appropriate macros in the same area. --- source/future.tex | 1 - source/support.tex | 1 - 2 files changed, 2 deletions(-) diff --git a/source/future.tex b/source/future.tex index 1abc48bc00..aa79387f85 100644 --- a/source/future.tex +++ b/source/future.tex @@ -229,7 +229,6 @@ \pnum The header \libheaderref{stdbool.h} has the following macro: -\indexhdr{stdbool.h}% \indexlibraryglobal{__bool_true_false_are_defined}% \begin{codeblock} #define @\xname{bool_true_false_are_defined}@ 1 diff --git a/source/support.tex b/source/support.tex index 72a0507464..3fa02068e3 100644 --- a/source/support.tex +++ b/source/support.tex @@ -6327,7 +6327,6 @@ \rSec2[stdbool.h.syn]{Header \tcode{} synopsis} \indexheader{stdbool.h}% -\indexhdr{stdbool.h}% \pnum The contents of the \Cpp{} header \libheader{stdbool.h} are the same as the C standard library header \libheader{stdbool.h}, with the following changes: