summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}