From 00dd94b69bf11346bc4e8caf537b7a6ad43f7a6f Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Thu, 9 Mar 2006 16:22:56 -0500 Subject: [svn-r12053] Purpose: VMS port Description: defined H5_FC_FUNC_(name, NAME) for VMS since we cannot run autoconf on that system Solution: Used append methos to form the string; this may become the change for all platforms after more testing Platforms tested: heping, VMS server Misc. update: --- fortran/src/H5f90proto.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index 5d972f9..3a070b9 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -21,6 +21,10 @@ H5_FCDLL char * HD5f2cstring (_fcd fdesc, size_t len); H5_FCDLL void HD5packFstring(char *src, char *dest, size_t len); +#ifdef H5_VMS +#define H5_FC_FUNC_(name, NAME) NAME +#endif /*H5_VMS*/ + /* * Functions from H5Ff.c */ -- cgit v0.12