diff options
Diffstat (limited to 'gnu/egcs/gcc/cp/gxxint.texi')
-rw-r--r-- | gnu/egcs/gcc/cp/gxxint.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/cp/gxxint.texi b/gnu/egcs/gcc/cp/gxxint.texi index c63b672959b..05f1373b252 100644 --- a/gnu/egcs/gcc/cp/gxxint.texi +++ b/gnu/egcs/gcc/cp/gxxint.texi @@ -1748,7 +1748,7 @@ Used to indicate a template function. Encodes the C++ and Java @code{int} types. @item I -Encodes typedef names of the form @code{int@var{n}_t, where @var{n} is a +Encodes typedef names of the form @code{int@var{n}_t}, where @var{n} is a positive decimal number. The @samp{I} is followed by either two hexidecimal digits, which encode the value of @var{n}, or by an arbitrary number of hexidecimal digits between underscores. For |