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/lifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lifo.c') diff --git a/src/lifo.c b/src/lifo.c index b64f18d..81e2dc0 100644 --- a/src/lifo.c +++ b/src/lifo.c @@ -92,7 +92,7 @@ void lifo_setup(void) class_addfloat(lifo_class, lifo_int); class_addbang(lifo_class, lifo_bang); class_addmethod(lifo_class, (t_method)lifo_clear, gensym("clear"), 0); - class_sethelpsymbol(lifo_class, gensym("help-lifo.pd")); + post(version); } #else @@ -104,6 +104,6 @@ void maxlib_lifo_setup(void) class_addfloat(lifo_class, lifo_int); class_addbang(lifo_class, lifo_bang); class_addmethod(lifo_class, (t_method)lifo_clear, gensym("clear"), 0); - class_sethelpsymbol(lifo_class, gensym("maxlib/help-lifo.pd")); + class_sethelpsymbol(lifo_class, gensym("maxlib/lifo-help.pd")); } #endif -- cgit v1.2.1