@@ -16,11 +16,15 @@ * */ #ifndef _TLS_H #define _TLS_H +#define mp_digit __TCL_MP_DIGIT +#define mp_int __TCL_MP_INT #include +#undef mp_digit +#undef mp_int /* * Initialization routines -- our entire public C API. */ int Tls_Init(Tcl_Interp *interp);