intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.

2009-11-20  Janus Weil  <janus@gcc.gnu.org>

	* intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.

From-SVN: r154370
This commit is contained in:
Janus Weil 2009-11-20 16:40:55 +01:00
parent fbbb752e58
commit 2848dbd32c
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2009-11-20 Janus Weil <janus@gcc.gnu.org>
* intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.
2009-11-20 Paul Thomas <pault@gcc.gnu.org>
Janus Weil <janus@gcc.gnu.org>

View file

@ -2005,9 +2005,6 @@ end program main
@code{C_F_PROCPOINTER(CPTR, FPTR)} Assign the target of the C function pointer
@var{CPTR} to the Fortran procedure pointer @var{FPTR}.
Note: Due to the currently lacking support of procedure pointers in GNU Fortran
this function is not fully operable.
@item @emph{Standard}:
Fortran 2003 and later