aboutsummaryrefslogtreecommitdiff
path: root/cup
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-09-29 21:36:48 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-09-29 21:36:48 +0000
commit5879bc9332a97d74274f79a1b9207928b3f2c11b (patch)
tree6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 /cup
parentad2fa00781022a50a7e3ceab91b7e641dc12a165 (diff)
renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way
svn path=/trunk/externals/ekext/; revision=8774
Diffstat (limited to 'cup')
-rw-r--r--cup/cup-help.pd (renamed from cup/help-cup.pd)0
-rw-r--r--cup/cup.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/cup/help-cup.pd b/cup/cup-help.pd
index ea1a27f..ea1a27f 100644
--- a/cup/help-cup.pd
+++ b/cup/cup-help.pd
diff --git a/cup/cup.c b/cup/cup.c
index 4211c59..7876e69 100644
--- a/cup/cup.c
+++ b/cup/cup.c
@@ -43,7 +43,7 @@ void cup_setup(void)
0, sizeof(t_cup),
0, A_DEFFLOAT, 0);
post("cup counts up ^_^");
- class_sethelpsymbol(cup_class, gensym("help-cup"));
+
class_addbang(cup_class, cup_bang);
class_addfloat(cup_class, cup_float);
class_addmethod(cup_class, (t_method)cup_setbang, gensym("setbang"), A_DEFFLOAT, 0);}