From d7d537967e9a179f3169fe03c7c39a241129d0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 18 Feb 2009 22:50:26 +0000 Subject: this time for real svn path=/trunk/externals/zexy/; revision=10798 --- src/unpack.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/unpack.c b/src/unpack.c index 1cae3df..0ec3641 100644 --- a/src/unpack.c +++ b/src/unpack.c @@ -80,7 +80,11 @@ void zunpack_setup(void) zunpack_class = class_new(gensym("zexy/unpack"), (t_newmethod)zunpack_new, (t_method)zunpack_free, sizeof(t_zunpack), 0, A_GIMME, 0); +#if 0 + /* oops Pd-0.42 allows us to override built-ins + * this is bad as long as the 2 objects are not compatible */ class_addcreator((t_newmethod)zunpack_new, gensym("unpack"), A_GIMME, 0); +#endif class_addbang(zunpack_class, zunpack_bang); class_addlist(zunpack_class, zunpack_list); -- cgit v1.2.1