diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
commit | d27d9e33f19264c405979b49441f1d63b5b0e0ad (patch) | |
tree | 0c59da1bd898a38245d2df9a1ff8e1001a7cd224 /countund | |
parent | 6c948ccdc4c48eb7d478509642800a82e11758b7 (diff) |
updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :(
svn path=/trunk/externals/unauthorized/; revision=1034
Diffstat (limited to 'countund')
-rw-r--r-- | countund/countund-help.pd (renamed from countund/help-countund.pd) | 0 | ||||
-rw-r--r-- | countund/countund.c | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/countund/help-countund.pd b/countund/countund-help.pd index 89c1207..89c1207 100644 --- a/countund/help-countund.pd +++ b/countund/countund-help.pd diff --git a/countund/countund.c b/countund/countund.c index 8ce5376..ac21f8e 100644 --- a/countund/countund.c +++ b/countund/countund.c @@ -115,5 +115,4 @@ void countund_setup(void) sizeof(t_countund), 0, A_DEFFLOAT, 0); class_addmethod( countund_class, (t_method)countund_bang, &s_bang, 0); class_addmethod( countund_class, (t_method)countund_limit, gensym("limit"), A_FLOAT, 0); - class_sethelpsymbol( countund_class, gensym("help-countund.pd")); } |