diff --git a/dll/blowfish/blowfish.h b/dll/blowfish/blowfish.h index 9adb995..b060aed 100644 --- a/dll/blowfish/blowfish.h +++ b/dll/blowfish/blowfish.h @@ -11,19 +11,12 @@ #include "output.h" #include "module.h" #include "hash2.h" +#include "tcl_bx.h" #include #include #include -#ifdef WANT_TCL -# include -# include "tcl_bx.h" - -#ifndef STDVAR -# define STDVAR (ClientData cd, Tcl_Interp *irp, int argc, char *argv[]) -#endif - #ifndef BADARGS #define BADARGS(nl,nh,example) \ if ((argc<(nl)) || (argc>(nh))) { \ @@ -33,8 +26,6 @@ } #endif /* BADARGS */ -#endif /* WANT_TCL */ - #define INIT_MODULE #include "modval.h"