diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-12 10:13:10 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-12 10:13:10 +0000 |
commit | adb7dc9f4414e23bad1815fe592f74cfe7ff956e (patch) | |
tree | 45893170056bf765d6d3a1b30abaed7d0ba684ea /tcl_extras.h | |
parent | a3e880fded283532ebd709160278f0aff768066d (diff) |
some fixes
svn path=/trunk/externals/loaders/tclpd/; revision=15573
Diffstat (limited to 'tcl_extras.h')
-rw-r--r-- | tcl_extras.h | 2 |
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); |