summaryrefslogtreecommitdiff
path: root/src/include/cctk_Complex.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-02 17:04:27 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-01-02 17:04:27 +0000
commitd2cec684eb1bc70760e0d3f8d8a583d37c83559b (patch)
tree287e66e44bc1f461d3823b608250fb3088d95dfb /src/include/cctk_Complex.h
parent07c68f81a9804c2292ede36e56806e41b3ff7d26 (diff)
Undefine NOTHING to avoid compiler warning if this macro gets redefined later.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2561 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Complex.h')
-rw-r--r--src/include/cctk_Complex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cctk_Complex.h b/src/include/cctk_Complex.h
index 8e319038..9ff4842a 100644
--- a/src/include/cctk_Complex.h
+++ b/src/include/cctk_Complex.h
@@ -77,6 +77,7 @@ DECLARE_CMPLX_FUNCTIONS (CCTK_Cmplx32, CCTK_REAL16, CCTK_COMPLEX32)
#define CCTK_Cmplx_(precision, function) CCTK_Cmplx__(precision, function)
#define CCTK_Cmplx__(precision, function) CCTK_Cmplx##precision##function
+#undef NOTHING
#ifdef __cplusplus
}