mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 13:01:21 +08:00
Fortran: class.c - update vtable comment
gcc/fortran/ PR fortran/45516 * class.c: Add _deallocate to the vtable documentation comment.
This commit is contained in:
parent
d940930138
commit
310fe80bab
@ -49,6 +49,8 @@ along with GCC; see the file COPYING3. If not see
|
||||
* _copy: A procedure pointer to a copying procedure.
|
||||
* _final: A procedure pointer to a wrapper function, which frees
|
||||
allocatable components and calls FINAL subroutines.
|
||||
* _deallocate: A procedure pointer to a deallocation procedure; nonnull
|
||||
only for a recursive derived type.
|
||||
|
||||
After these follow procedure pointer components for the specific
|
||||
type-bound procedures. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user