diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-30 17:01:54 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-30 17:01:54 (GMT) |
commit | e1d58d1a9acc2a4ac183100f6a46e2572b9feec8 (patch) | |
tree | 2fac9a23428d03793e38ee7709fe89b7f6458171 /fortran | |
parent | 5f1c3a0fb9427c479c25119551cdbcb880ef5050 (diff) | |
download | hdf5-e1d58d1a9acc2a4ac183100f6a46e2572b9feec8.zip hdf5-e1d58d1a9acc2a4ac183100f6a46e2572b9feec8.tar.gz hdf5-e1d58d1a9acc2a4ac183100f6a46e2572b9feec8.tar.bz2 |
[svn-r4274]
Purpose:
Bug Fix
Description:
When compiling with a C++ compiler, the compiler would balk at
finding some file drivers.
Solution:
We need to put this:
#ifdef __cplusplus
extern "C" {
#endif
/* ... */
#ifdef __cplusplus
}
#endif
around function declarations.
Diffstat (limited to 'fortran')
0 files changed, 0 insertions, 0 deletions