From 0697c98270c12805973ed5fb7965c9ca4d1cc082 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 23 Mar 2025 08:30:42 +0100 Subject: [PATCH] [lex.phases] Add cross-reference to [lex.header] --- source/lex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lex.tex b/source/lex.tex index 5889b42cf1..021bda1ecc 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -159,7 +159,7 @@ characters into preprocessing tokens is context-dependent. \begin{example} See the handling of \tcode{<} within a \tcode{\#include} preprocessing -directive\iref{cpp.include}. +directive\iref{lex.header,cpp.include}. \end{example} \item The source file is analyzed as a \grammarterm{preprocessing-file}\iref{cpp.pre}.