| www.delorie.com/gnu/docs/gcc/g77_29.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
g77 disallows passing of an external procedure
as an actual argument if the procedure's
type is declared CHARACTER*(*). For example:
CHARACTER*(*) CFUNC EXTERNAL CFUNC CALL FOO(CFUNC) END |
It isn't clear whether the standard considers this conforming.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |