From b78bad9945a4af7a3b68cc100cbbc7baf9a91580 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sun, 2 Oct 2011 17:14:26 +0000 Subject: fix makefile, and the remainings of the c++ -> c conversion svn path=/trunk/externals/loaders/tclpd/; revision=15444 --- tcl.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcl.i') diff --git a/tcl.i b/tcl.i index 0e65847..eb2296d 100644 --- a/tcl.i +++ b/tcl.i @@ -55,8 +55,8 @@ %name(outlet_list) EXTERN void outlet_list(t_outlet *x, t_symbol *s, int argc, t_atom_array *argv); %name(outlet_anything) EXTERN void outlet_anything(t_outlet *x, t_symbol *s, int argc, t_atom_array *argv); -%pointer_class(t_float, t_float) -%pointer_class(t_symbol, t_symbol) +//%pointer_class(t_float, t_float) +//%pointer_class(t_symbol, t_symbol) %typemap(in) t_atom * { t_atom *a = (t_atom*)getbytes(sizeof(t_atom)); -- cgit v1.2.1