summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/fmin.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/include/clc/math/fmin.h')
-rw-r--r--generic/include/clc/math/fmin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/include/clc/math/fmin.h b/generic/include/clc/math/fmin.h
index 3506aef..5588ba9 100644
--- a/generic/include/clc/math/fmin.h
+++ b/generic/include/clc/math/fmin.h
@@ -1,11 +1,11 @@
#undef fmin
#define fmin __clc_fmin
-#define BODY <clc/math/binary_decl.inc>
-#define FUNCTION __clc_fmin
+#define __CLC_BODY <clc/math/binary_decl.inc>
+#define __CLC_FUNCTION __clc_fmin
#include <clc/math/gentype.inc>
-#undef BODY
-#undef FUNCTION
+#undef __CLC_BODY
+#undef __CLC_FUNCTION