summaryrefslogtreecommitdiff
path: root/src/include/CactusIOFunctions.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-06 13:56:44 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-06 13:56:44 +0000
commitaac5949b76175ad9a69c7478737581406eed9269 (patch)
tree8cfb5aaf8ba5b837336dd378a345830f3ff43e40 /src/include/CactusIOFunctions.h
parent081bf6b2469cfe5d724a75543271ba0af5004b5b (diff)
Removed redundant (and indeed wrong) argument on #undefs.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@515 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CactusIOFunctions.h')
-rw-r--r--src/include/CactusIOFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/CactusIOFunctions.h b/src/include/CactusIOFunctions.h
index d91c54c0..a86fecd5 100644
--- a/src/include/CactusIOFunctions.h
+++ b/src/include/CactusIOFunctions.h
@@ -26,7 +26,7 @@ extern "C" {
#include "IOOverloadables.h"
-#undef OVERLOADABLE(name)
+#undef OVERLOADABLE
#ifdef __cplusplus
}