From 53003af7f1a9ecbf42b9b39fec7335e97127650b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 20 Oct 2003 03:35:33 +0000 Subject: cleaned up #if; added multiselect help patch svn path=/trunk/externals/markex/; revision=1113 --- tripleRand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tripleRand.c') 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 } -- cgit v1.2.1