Brad King edcddb522c Cleanup FortranCInterface for PGI and GCC 4.2
This documents the purpose of the extra my_module_.c and mymodule.c
source files, and sorts the symbols.
2009-08-05 17:07:36 -04:00

3 lines
96 B
C

/* PGI Fortran wants my_module_ when calling any my_module symbol. */
void my_module_(void) {}