tls: code shrink
[oweals/busybox.git] / shell / math.h
index 864bee691ace6e48dff6344656c6037571cf10df..32e1ffe350cbe00157e54a347e9d1463db8f66a5 100644 (file)
@@ -63,7 +63,7 @@
 
 PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 
-#if ENABLE_SH_MATH_SUPPORT_64
+#if ENABLE_FEATURE_SH_MATH_64
 typedef long long arith_t;
 #define ARITH_FMT "%lld"
 #define strto_arith_t strtoull