aboutsummaryrefslogtreecommitdiff
path: root/strcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'strcat.c')
-rw-r--r--strcat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/strcat.c b/strcat.c
index 4c23144..9e227ce 100644
--- a/strcat.c
+++ b/strcat.c
@@ -59,6 +59,8 @@ void strcat_setup(void)
class_addfloat(strcat_class, (t_method)strcat_float);
class_addbang(strcat_class, (t_method)strcat_bang);
- class_sethelpsymbol(strcat_class, gensym("help-strcat"));
+ #if PD_MINOR_VERSION < 37
+ class_sethelpsymbol(strcat_class, gensym("strcat-help.pd"));
+#endif
}