From adb7dc9f4414e23bad1815fe592f74cfe7ff956e Mon Sep 17 00:00:00 2001 From: mescalinum Date: Wed, 12 Oct 2011 10:13:10 +0000 Subject: some fixes svn path=/trunk/externals/loaders/tclpd/; revision=15573 --- tcl_extras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl_extras.h') diff --git a/tcl_extras.h b/tcl_extras.h index a07c2d3..d209b8e 100644 --- a/tcl_extras.h +++ b/tcl_extras.h @@ -51,7 +51,7 @@ int tcl_to_pd(Tcl_Obj* input, t_atom* output); /* tcl_setup.cxx */ extern Tcl_Interp* tcl_for_pd; extern void tclpd_setup(void); -void tclpd_interp_error(int result); +void tclpd_interp_error(t_tcl* x, int result); /* tcl_class.cxx */ t_class* tclpd_class_new(const char* name, int flags); -- cgit v1.2.1