File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2928
2928
with the wrong number or type of arguments.
2929
2929
\effect
2930
2930
Change to semantics of well-defined feature.
2931
- This feature was marked as `` obsolescent '' in C.
2931
+ This feature was marked as `` obsoles \- cent '' in C.
2932
2932
\difficulty
2933
2933
Syntactic transformation.
2934
2934
The function declarations using C incomplete declaration style must
Original file line number Diff line number Diff line change 349
349
% % Library function descriptions
350
350
\newcommand {\Fundescx }[1]{\textit {#1 }}
351
351
\newcommand {\Fundesc }[1]{\Fundescx {#1}:\space }
352
- \newcommand {\recommended }{\Fundesc { Recommended practice} }
352
+ \newcommand {\recommended }{Recommended practice: \space }
353
353
\newcommand {\required }{\Fundesc {Required behavior}}
354
354
\newcommand {\constraints }{\Fundesc {Constraints}}
355
355
\newcommand {\mandates }{\Fundesc {Mandates}}
508
508
\newcommand {\countedrange }[2]{$ \tcode {#1} + \range {0}{#2}$ }
509
509
510
510
% % Change descriptions
511
- \newcommand {\diffhead }[1]{\textbf { #1: } \space }
511
+ \newcommand {\diffhead }[1]{#1:\space }
512
512
\newcommand {\diffdef }[1]{\ifvmode\else \hfill\break \fi \diffhead {#1}}
513
513
\ExplSyntaxOn
514
514
\NewDocumentCommand \diffref { m } {
515
515
\clist _set:Nx \l _tmpa_clist { #1 }
516
516
\pnum
517
517
\int _compare:nTF { \clist _count:N \l _tmpa_clist < 2 } {
518
- \textbf {Affected~subclause: } ~
518
+ \diffhead {Affected~subclause}
519
519
} {
520
- \textbf {Affected~subclauses: } ~
520
+ \diffhead {Affected~subclauses}
521
521
}
522
522
\clist _map_inline:Nn \l _tmpa_clist {
523
523
\clist _put_right:Nn \g _tmpa_clist { \ref {##1 } }
You can’t perform that action at this time.
0 commit comments