Skip to content

Commit e792139

Browse files
committed
[stmt,dcl] Rename labels
1 parent 10668dc commit e792139

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

source/declarations.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%!TEX root = std.tex
2-
\rSec0[dcl.dcl]{Declarations}%
2+
\rSec0[dcl]{Declarations}%
33
\indextext{declaration|(}
44

55
\gramSec[gram.dcl]{Declarations}

source/statements.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%!TEX root = std.tex
2-
\rSec0[stmt.stmt]{Statements}%
2+
\rSec0[stmt]{Statements}%
33
\indextext{statement|(}
44

55
\gramSec[gram.stmt]{Statements}

source/xrefdelta.tex

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@
9898
% https://github.com/cplusplus/draft/pull/7345
9999
\movedxref{basic.stc.inherit}{basic.stc.general}
100100

101+
% CWG 2024-11-20 in Wroclaw
102+
\movedxref{stmt.stmt}{stmt}
103+
\movedxref{dcl.dcl}{dcl}
104+
101105
%%% Deprecated features.
102106
%%% Example:
103107
%

0 commit comments

Comments
 (0)