For typo in documentation wrt. C_PTRDIFF_T constant
2016-11-25 Janne Blomqvist <jb@gcc.gnu.org> * intrinsic.texi: Fix ptrdiff_t typo in ISO_C_BINDING constants table. From-SVN: r242884
This commit is contained in:
parent
8382457c0f
commit
bec1f1aacf
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-11-25 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
* intrinsic.texi: Fix ptrdiff_t typo in ISO_C_BINDING constants
|
||||
table.
|
||||
|
||||
2016-11-25 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/60853
|
||||
|
|
|
@ -14697,7 +14697,7 @@ Furthermore, if @code{__float128} is supported in C, the named constants
|
|||
@item @code{INTEGER}@tab @code{C_INT_FAST128_T} @tab @code{int_fast128_t} @tab Ext.
|
||||
@item @code{INTEGER}@tab @code{C_INTMAX_T} @tab @code{intmax_t}
|
||||
@item @code{INTEGER}@tab @code{C_INTPTR_T} @tab @code{intptr_t}
|
||||
@item @code{INTEGER}@tab @code{C_PTRDIFF_T} @tab @code{intptr_t} @tab TS 29113
|
||||
@item @code{INTEGER}@tab @code{C_PTRDIFF_T} @tab @code{ptrdiff_t} @tab TS 29113
|
||||
@item @code{REAL} @tab @code{C_FLOAT} @tab @code{float}
|
||||
@item @code{REAL} @tab @code{C_DOUBLE} @tab @code{double}
|
||||
@item @code{REAL} @tab @code{C_LONG_DOUBLE} @tab @code{long double}
|
||||
|
|
Loading…
Add table
Reference in a new issue