From ff6b00b82c7f3f1a1efae7ba00894604aa70a60d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 Nov 2005 22:15:07 +0000 Subject: switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems svn path=/trunk/externals/maxlib/; revision=3878 --- src/divmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/divmod.c') diff --git a/src/divmod.c b/src/divmod.c index ee552e7..07f265e 100644 --- a/src/divmod.c +++ b/src/divmod.c @@ -90,11 +90,11 @@ void maxlib_divmod_setup(void) class_addmethod(divmod_class, (t_method)divmod_ft1, gensym("ft1"), A_FLOAT, 0); class_addbang(divmod_class, (t_method)divmod_bang); #ifndef MAXLIB - class_sethelpsymbol(divmod_class, gensym("help-divmod.pd")); + post(version); #else class_addcreator((t_newmethod)divmod_new, gensym("divmod"), A_DEFFLOAT, A_DEFFLOAT, 0); - class_sethelpsymbol(divmod_class, gensym("maxlib/help-divmod.pd")); + class_sethelpsymbol(divmod_class, gensym("maxlib/divmod-help.pd")); #endif } -- cgit v1.2.1