diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-12 23:44:36 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-12 23:44:36 +0000 |
commit | 0d8c08bb18cb9c35ddeb61fbb42823c46a9e5862 (patch) | |
tree | a25bf5609136fe7dab8373708a2b838b43ee028c /throw13~.c | |
parent | 98614c4e0af687ddccce98c91c9d1dd445b937f9 (diff) |
some changes to make all ext13 objects work in libdir format
svn path=/trunk/externals/ext13/; revision=7322
Diffstat (limited to 'throw13~.c')
-rw-r--r-- | throw13~.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -90,4 +90,8 @@ void sigthrow13_setup(void) class_addmethod(sigthrow13_class, (t_method)sigthrow13_dsp, gensym("dsp"), 0); } +void throw13_tilde_setup() +{ + sigthrow13_setup(); +} |