Update of /cvsroot/pure-data/externals/ekext/hasc~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11713/hasc~
Modified Files: hasc~.c Log Message: renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way
Index: hasc~.c =================================================================== RCS file: /cvsroot/pure-data/externals/ekext/hasc~/hasc~.c,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** hasc~.c 24 Nov 2006 13:42:46 -0000 1.1.1.2 --- hasc~.c 29 Sep 2007 21:36:46 -0000 1.2 *************** *** 96,100 **** class_addmethod(hasc_tilde_class, (t_method)hasc_tilde_dsp, gensym("dsp"), 0); ! class_sethelpsymbol(hasc_tilde_class, gensym("help-hasc~")); CLASS_MAINSIGNALIN(hasc_tilde_class, t_hasc_tilde, f); } --- 96,100 ---- class_addmethod(hasc_tilde_class, (t_method)hasc_tilde_dsp, gensym("dsp"), 0); ! CLASS_MAINSIGNALIN(hasc_tilde_class, t_hasc_tilde, f); }