aboutsummaryrefslogtreecommitdiff
path: root/tripleRand.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-20 03:35:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-20 03:35:33 +0000
commit53003af7f1a9ecbf42b9b39fec7335e97127650b (patch)
treef8878cc39b38d03dfa2ec66abe756865e205f9ec /tripleRand.c
parentce7d39114263b8ea38d414fc1dbdbdaa8ce6cc28 (diff)
cleaned up #if; added multiselect help patch
svn path=/trunk/externals/markex/; revision=1113
Diffstat (limited to 'tripleRand.c')
-rw-r--r--tripleRand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tripleRand.c b/tripleRand.c
index db01aa3..bb8ebb0 100644
--- a/tripleRand.c
+++ b/tripleRand.c
@@ -103,7 +103,7 @@ void tripleRand_setup(void)
class_addmethod(tripleRand_class, (t_method)setTripleRandVals,
gensym("newVals"), A_GIMME, A_NULL);
- #if PD_MINOR_VERSION < 37
+#if PD_MINOR_VERSION < 37
class_sethelpsymbol(tripleRand_class, gensym("tripleRand-help.pd"));
#endif
}