aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2011-10-12 10:13:10 +0000
committermescalinum <mescalinum@users.sourceforge.net>2011-10-12 10:13:10 +0000
commitadb7dc9f4414e23bad1815fe592f74cfe7ff956e (patch)
tree45893170056bf765d6d3a1b30abaed7d0ba684ea /tcl_extras.h
parenta3e880fded283532ebd709160278f0aff768066d (diff)
some fixes
svn path=/trunk/externals/loaders/tclpd/; revision=15573
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h2
1 files changed, 1 insertions, 1 deletions
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);