aboutsummaryrefslogtreecommitdiff
path: root/catch13~.c
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-12 23:44:36 +0000
committerGeorg Holzmann <grholzi@users.sourceforge.net>2007-01-12 23:44:36 +0000
commit0d8c08bb18cb9c35ddeb61fbb42823c46a9e5862 (patch)
treea25bf5609136fe7dab8373708a2b838b43ee028c /catch13~.c
parent98614c4e0af687ddccce98c91c9d1dd445b937f9 (diff)
some changes to make all ext13 objects work in libdir format
svn path=/trunk/externals/ext13/; revision=7322
Diffstat (limited to 'catch13~.c')
-rw-r--r--catch13~.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/catch13~.c b/catch13~.c
index 2144377..9205f5c 100644
--- a/catch13~.c
+++ b/catch13~.c
@@ -85,4 +85,9 @@ void sigcatch13_setup(void)
class_addmethod(sigcatch13_class, (t_method)sigcatch13_dsp, gensym("dsp"), 0);
}
+void catch13_tilde_setup()
+{
+ sigcatch13_setup();
+}
+