summaryrefslogtreecommitdiff
path: root/src/IO
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-14 16:04:35 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-14 16:04:35 +0000
commit9b94f637243723748b5b3a325e1bb91d61d3bee7 (patch)
tree59da6ea511ae973357fb427327f9764a7e638a6b /src/IO
parent144f7b3153eb61793151548aa0bef690d5ea83b1 (diff)
Removed extraneous parameter to #undef OVERLOADABLE .
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@473 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO')
-rw-r--r--src/IO/Overload.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IO/Overload.c b/src/IO/Overload.c
index 7ff774c4..dac6dcaf 100644
--- a/src/IO/Overload.c
+++ b/src/IO/Overload.c
@@ -29,7 +29,7 @@ static char *rcsid="$Header$";
#undef CCTK_DummyOutputGH
#undef CCTK_DummyOutputVarAsByMethod
-#undef OVERLOADABLE(name)
+#undef OVERLOADABLE
/* Create the overloadable function variables and the
* functions allowing the variables to be set.
@@ -38,7 +38,7 @@ static char *rcsid="$Header$";
#include "IOOverloadables.h"
-#undef OVERLOADABLE(name)
+#undef OVERLOADABLE
/*@@
@routine SetupIOFunctions
@@ -69,7 +69,7 @@ int SetupIOFunctions(void)
#undef CCTK_DummyOutputGH
#undef CCTK_DummyOutputVarAsByMethod
-#undef OVERLOADABLE(name)
+#undef OVERLOADABLE
return 0;
}