From 0afeb7e9fab7b1ec8787d88b3d5ce0914f0d0b0d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 2 Oct 2003 03:39:51 +0000 Subject: converted helpfiles to 0.37 svn path=/trunk/externals/markex/; revision=1059 --- tripleRand.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tripleRand.c') diff --git a/tripleRand.c b/tripleRand.c index 136dd61..db01aa3 100644 --- a/tripleRand.c +++ b/tripleRand.c @@ -103,7 +103,9 @@ void tripleRand_setup(void) class_addmethod(tripleRand_class, (t_method)setTripleRandVals, gensym("newVals"), A_GIMME, A_NULL); - class_sethelpsymbol(tripleRand_class, gensym("help-tripleRand")); + #if PD_MINOR_VERSION < 37 + class_sethelpsymbol(tripleRand_class, gensym("tripleRand-help.pd")); +#endif } -- cgit v1.2.1