aboutsummaryrefslogtreecommitdiff
path: root/alternate.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-02 03:39:51 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-10-02 03:39:51 +0000
commit0afeb7e9fab7b1ec8787d88b3d5ce0914f0d0b0d (patch)
tree57a9a255788738c595e444e700e809dce67a59fb /alternate.c
parentc8f3e3674f08bf56407e478c3160c4392196c118 (diff)
converted helpfiles to 0.37
svn path=/trunk/externals/markex/; revision=1059
Diffstat (limited to 'alternate.c')
-rw-r--r--alternate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/alternate.c b/alternate.c
index a2d7ed0..0042c74 100644
--- a/alternate.c
+++ b/alternate.c
@@ -73,6 +73,8 @@ void alternate_setup(void)
class_addmethod(alternate_class, (t_method)alternate_list,
gensym("list"), A_GIMME, A_NULL);
- class_sethelpsymbol(alternate_class, gensym("help-alternate"));
+ #if PD_MINOR_VERSION < 37
+ class_sethelpsymbol(alternate_class, gensym("alternate-help.pd"));
+#endif
}