Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv544
Modified Files:
lister.c
Log Message:
added l_setup() (just in case)
Index: lister.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/lister.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** lister.c 12 Apr 2005 13:27:07 -0000 1.2
--- lister.c 18 May 2005 16:49:10 -0000 1.3
***************
*** 72,76 ****
{
mypdlist_class = class_new(gensym("lister"), (t_newmethod)mypdlist_new,
! (t_method)mypdlist_free, sizeof(t_mypdlist), 0, A_GIMME, 0);
/* i don't know how to get this work with name=="list" !!! */
--- 72,76 ----
{
mypdlist_class = class_new(gensym("lister"), (t_newmethod)mypdlist_new,
! (t_method)mypdlist_free, sizeof(t_mypdlist), 0, A_GIMME, 0);
/* i don't know how to get this work with name=="list" !!! */
***************
*** 84,85 ****
--- 84,89 ----
zexy_register("lister");
}
+ void l_setup(void)
+ {
+ lister_setup();
+ }