diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
commit | 5879bc9332a97d74274f79a1b9207928b3f2c11b (patch) | |
tree | 6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 /maskxor/v3 | |
parent | ad2fa00781022a50a7e3ceab91b7e641dc12a165 (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 'maskxor/v3')
-rw-r--r-- | maskxor/v3/maskxor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maskxor/v3/maskxor.c b/maskxor/v3/maskxor.c index 5e1d9d3..9137110 100644 --- a/maskxor/v3/maskxor.c +++ b/maskxor/v3/maskxor.c @@ -248,7 +248,7 @@ void maskxor_setup(void) post("|..-.--.-..-maskxor.-...--.-..|"); post("| exclusive-or mask-map |"); post("|.--.- Edward Kelly 2006 ---.-|"); - class_sethelpsymbol(maskxor_class, gensym("help-maskxor")); + class_addfloat(maskxor_class, maskxor_float); class_addmethod(maskxor_class, (t_method)maskxor_listl, gensym("listl"), A_GIMME, 0, 0); class_addmethod(maskxor_class, (t_method)maskxor_listr, gensym("listr"), A_GIMME, 0, 0); |