FortranCInterface: Fix doc typo FC.h -> FCMangle.h
This commit is contained in:
parent
ab90916638
commit
e872f5d70a
|
@ -47,9 +47,9 @@
|
||||||
# MACRO_NAMESPACE "FC_"
|
# MACRO_NAMESPACE "FC_"
|
||||||
# SYMBOL_NAMESPACE "FC_"
|
# SYMBOL_NAMESPACE "FC_"
|
||||||
# SYMBOLS mysub mymod:my_sub)
|
# SYMBOLS mysub mymod:my_sub)
|
||||||
# This creates a "FC.h" header that defines the same FC_*() mangling
|
# This creates a "FCMangle.h" header that defines the same FC_*()
|
||||||
# macros as the previous example plus preprocessor symbols FC_mysub
|
# mangling macros as the previous example plus preprocessor symbols
|
||||||
# and FC_mymod_my_sub.
|
# FC_mysub and FC_mymod_my_sub.
|
||||||
#
|
#
|
||||||
# Another function is provided to verify that the Fortran and C/C++
|
# Another function is provided to verify that the Fortran and C/C++
|
||||||
# compilers work together:
|
# compilers work together:
|
||||||
|
|
Loading…
Reference in New Issue