summaryrefslogtreecommitdiffstats
path: root/generic/tclTomMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclTomMath.h')
-rw-r--r--generic/tclTomMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h
index 0106317..ea56abc 100644
--- a/generic/tclTomMath.h
+++ b/generic/tclTomMath.h
@@ -222,7 +222,7 @@ typedef int mp_err;
# define MP_DEPRECATED(x) __declspec(deprecated("replaced by " #x))
# define MP_DEPRECATED_PRAGMA(s) __pragma(message(s))
#else
-# define MP_DEPRECATED
+# define MP_DEPRECATED(s)
# define MP_DEPRECATED_PRAGMA(s)
#endif