aboutsummaryrefslogtreecommitdiff
path: root/base3.c
diff options
context:
space:
mode:
Diffstat (limited to 'base3.c')
-rw-r--r--base3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/base3.c b/base3.c
index 24f5a5e..697e21b 100644
--- a/base3.c
+++ b/base3.c
@@ -264,6 +264,7 @@ void base3_setup(void) {
class_addmethod(base3_class, (t_method) elyap, gensym("elyapunov"), 0);
class_addmethod(base3_class, (t_method) search, gensym("search"), A_GIMME, 0);
class_addmethod(base3_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0);
- class_sethelpsymbol(base3_class, gensym("help-base3.pd"));
+
+
}