]> mj.ucw.cz Git - libucw.git/blobdiff - images/math.h
UCW::CGI: Let url_param_escape() encode non-ASCII characters
[libucw.git] / images / math.h
index 58a884ef687bc3ec81a73e4fa447c789119ee802..ecbecbf5ffb74705b288bfa7b133ae7ae384914f 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef _IMAGES_MATH_H
 #define _IMAGES_MATH_H
 
 #ifndef _IMAGES_MATH_H
 #define _IMAGES_MATH_H
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define fast_div_tab ucw_fast_div_tab
+#define fast_sqrt_tab ucw_fast_sqrt_tab
+#endif
+
 extern const u32 fast_div_tab[];
 extern const byte fast_sqrt_tab[];
 
 extern const u32 fast_div_tab[];
 extern const byte fast_sqrt_tab[];