From 9ef969502eb18b516b3068d59ca522406e45f37e Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 22 Jul 1999 16:49:53 +0000 Subject: Renamed IO.h to cctk_IO.h This became necessary for compiling FlexIO under NT. git-svn-id: http://svn.cactuscode.org/flesh/trunk@767 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/IO.h | 43 ------------------------------------------- src/include/cctk_IO.h | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 src/include/IO.h create mode 100644 src/include/cctk_IO.h (limited to 'src/include') diff --git a/src/include/IO.h b/src/include/IO.h deleted file mode 100644 index 7d064aff..00000000 --- a/src/include/IO.h +++ /dev/null @@ -1,43 +0,0 @@ - /*@@ - @header IO.h - @date - @author Tom Goodale - @desc - Header defining the variables holding the overloaded communication functions - @enddesc - @version $Header$ - @@*/ - -#ifndef _IO_H_ -#define _IO_H_ - -#include "OverloadMacros.h" - -#ifdef __cplusplus -extern "C" { -#endif - -/* Define the prototypes for the overloading functions. */ -#define OVERLOADABLE(name) OVERLOADABLE_OVERLOADPROTO(name) - -#include "IOOverloadables.h" - -#undef OVERLOADABLE - - -/* Define the prototypes for the functions. */ -#define OVERLOADABLE(name) OVERLOADABLE_PROTOTYPE(name) - -#include "IOOverloadables.h" - -#undef OVERLOADABLE - -#ifdef __cplusplus -} -#endif - -#endif - - - - diff --git a/src/include/cctk_IO.h b/src/include/cctk_IO.h new file mode 100644 index 00000000..a20e967a --- /dev/null +++ b/src/include/cctk_IO.h @@ -0,0 +1,43 @@ + /*@@ + @header cctk_IO.h + @date + @author Tom Goodale + @desc + Header defining the variables holding the overloaded communication functions + @enddesc + @version $Header$ + @@*/ + +#ifndef _CCTK_IO_H_ +#define _CCTK_IO_H_ + +#include "OverloadMacros.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/* Define the prototypes for the overloading functions. */ +#define OVERLOADABLE(name) OVERLOADABLE_OVERLOADPROTO(name) + +#include "IOOverloadables.h" + +#undef OVERLOADABLE + + +/* Define the prototypes for the functions. */ +#define OVERLOADABLE(name) OVERLOADABLE_PROTOTYPE(name) + +#include "IOOverloadables.h" + +#undef OVERLOADABLE + +#ifdef __cplusplus +} +#endif + +#endif + + + + -- cgit v1.2.3