Changeset 350 for trunk/headers/configall_system_msc.h
- Timestamp:
- Jun 11, 2007 8:45:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/headers/configall_system_msc.h
r298 r350 16 16 /* #undef F77_DUMMY_MAIN */ 17 17 18 #ifndef COIN_USE_F2C 18 19 /* Define to a macro mangling the given C identifier (in lower and upper 19 20 case), which must not contain underscores, for linking with Fortran. */ 20 # define F77_FUNC(name,NAME) NAME21 # define F77_FUNC(name,NAME) NAME 21 22 22 23 /* As F77_FUNC, but for C identifiers containing underscores. */ 23 #define F77_FUNC_(name,NAME) NAME 24 # define F77_FUNC_(name,NAME) NAME 25 #else 26 /* Define to a macro mangling the given C identifier (in lower and upper 27 case), which must not contain underscores, for linking with Fortran. */ 28 # define F77_FUNC(name,NAME) name ## _ 29 30 /* As F77_FUNC, but for C identifiers containing underscores. */ 31 # define F77_FUNC_(name,NAME) name ## __ 32 #endif 24 33 25 34 /* Define if F77 and FC dummy `main' functions are identical. */
Note: See TracChangeset
for help on using the changeset viewer.