Skip to content

Commit 2b06915

Browse files
committed
[cstdint.syn] Replace \textit with \UNSPnc
1 parent 1d9282f commit 2b06915

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

source/support.tex

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,47 +1956,47 @@
19561956
#define __STDC_VERSION_STDINT_H__ 202311L
19571957

19581958
namespace std {
1959-
using int8_t = @\textit{signed integer type}@; // optional
1960-
using int16_t = @\textit{signed integer type}@; // optional
1961-
using int32_t = @\textit{signed integer type}@; // optional
1962-
using int64_t = @\textit{signed integer type}@; // optional
1959+
using int8_t = @\UNSPnc{signed integer type}@; // optional
1960+
using int16_t = @\UNSPnc{signed integer type}@; // optional
1961+
using int32_t = @\UNSPnc{signed integer type}@; // optional
1962+
using int64_t = @\UNSPnc{signed integer type}@; // optional
19631963
using int@\placeholdernc{N}@_t = @\seebelow@; // optional
19641964

1965-
using int_fast8_t = @\textit{signed integer type}@;
1966-
using int_fast16_t = @\textit{signed integer type}@;
1967-
using int_fast32_t = @\textit{signed integer type}@;
1968-
using int_fast64_t = @\textit{signed integer type}@;
1965+
using int_fast8_t = @\UNSPnc{signed integer type}@;
1966+
using int_fast16_t = @\UNSPnc{signed integer type}@;
1967+
using int_fast32_t = @\UNSPnc{signed integer type}@;
1968+
using int_fast64_t = @\UNSPnc{signed integer type}@;
19691969
using int_fast@\placeholdernc{N}@_t = @\seebelow@; // optional
19701970

1971-
using int_least8_t = @\textit{signed integer type}@;
1972-
using int_least16_t = @\textit{signed integer type}@;
1973-
using int_least32_t = @\textit{signed integer type}@;
1974-
using int_least64_t = @\textit{signed integer type}@;
1971+
using int_least8_t = @\UNSPnc{signed integer type}@;
1972+
using int_least16_t = @\UNSPnc{signed integer type}@;
1973+
using int_least32_t = @\UNSPnc{signed integer type}@;
1974+
using int_least64_t = @\UNSPnc{signed integer type}@;
19751975
using int_least@\placeholdernc{N}@_t = @\seebelow@; // optional
19761976

1977-
using intmax_t = @\textit{signed integer type}@;
1978-
using intptr_t = @\textit{signed integer type}@; // optional
1977+
using intmax_t = @\UNSPnc{signed integer type}@;
1978+
using intptr_t = @\UNSPnc{signed integer type}@; // optional
19791979

1980-
using uint8_t = @\textit{unsigned integer type}@; // optional
1981-
using uint16_t = @\textit{unsigned integer type}@; // optional
1982-
using uint32_t = @\textit{unsigned integer type}@; // optional
1983-
using uint64_t = @\textit{unsigned integer type}@; // optional
1980+
using uint8_t = @\UNSPnc{unsigned integer type}@; // optional
1981+
using uint16_t = @\UNSPnc{unsigned integer type}@; // optional
1982+
using uint32_t = @\UNSPnc{unsigned integer type}@; // optional
1983+
using uint64_t = @\UNSPnc{unsigned integer type}@; // optional
19841984
using uint@\placeholdernc{N}@_t = @\seebelow@; // optional
19851985

1986-
using uint_fast8_t = @\textit{unsigned integer type}@;
1987-
using uint_fast16_t = @\textit{unsigned integer type}@;
1988-
using uint_fast32_t = @\textit{unsigned integer type}@;
1989-
using uint_fast64_t = @\textit{unsigned integer type}@;
1986+
using uint_fast8_t = @\UNSPnc{unsigned integer type}@;
1987+
using uint_fast16_t = @\UNSPnc{unsigned integer type}@;
1988+
using uint_fast32_t = @\UNSPnc{unsigned integer type}@;
1989+
using uint_fast64_t = @\UNSPnc{unsigned integer type}@;
19901990
using uint_fast@\placeholdernc{N}@_t = @\seebelow@; // optional
19911991

1992-
using uint_least8_t = @\textit{unsigned integer type}@;
1993-
using uint_least16_t = @\textit{unsigned integer type}@;
1994-
using uint_least32_t = @\textit{unsigned integer type}@;
1995-
using uint_least64_t = @\textit{unsigned integer type}@;
1992+
using uint_least8_t = @\UNSPnc{unsigned integer type}@;
1993+
using uint_least16_t = @\UNSPnc{unsigned integer type}@;
1994+
using uint_least32_t = @\UNSPnc{unsigned integer type}@;
1995+
using uint_least64_t = @\UNSPnc{unsigned integer type}@;
19961996
using uint_least@\placeholdernc{N}@_t = @\seebelow@; // optional
19971997

1998-
using uintmax_t = @\textit{unsigned integer type}@;
1999-
using uintptr_t = @\textit{unsigned integer type}@; // optional
1998+
using uintmax_t = @\UNSPnc{unsigned integer type}@;
1999+
using uintptr_t = @\UNSPnc{unsigned integer type}@; // optional
20002000
}
20012001

20022002
#define INT@\placeholdernc{N}@_MIN @\seebelow@

0 commit comments

Comments
 (0)