diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-02 17:14:26 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-02 17:14:26 +0000 |
commit | b78bad9945a4af7a3b68cc100cbbc7baf9a91580 (patch) | |
tree | f2c9003806b59f8ef61e7b6c1da7ceec64f91c58 /tcl.i | |
parent | 44f29524444a96d9e40a76f48750f17e2fdc2974 (diff) |
fix makefile, and the remainings of the c++ -> c conversion
svn path=/trunk/externals/loaders/tclpd/; revision=15444
Diffstat (limited to 'tcl.i')
-rw-r--r-- | tcl.i | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)); |