diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-12 22:16:29 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-12 22:16:29 +0000 |
commit | dd49fc719a2e28d5f4c3ec875dd554f80c2eb3c5 (patch) | |
tree | 3be2c57cc38794c593946a30612617d54062a7dd /src/iem16_table.c | |
parent | bf54437dfcb9292082cc033673647a4b33ac130c (diff) |
adopted for pd-extended build system
svn path=/trunk/externals/iem16/; revision=7313
Diffstat (limited to 'src/iem16_table.c')
-rw-r--r-- | src/iem16_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iem16_table.c b/src/iem16_table.c index 1f01178..0dd3586 100644 --- a/src/iem16_table.c +++ b/src/iem16_table.c @@ -200,7 +200,7 @@ static void table16_read16(t_table16 *x, t_symbol *filename, t_symbol *endian, } -static void table16_setup(void){ +void table16_setup(void){ table16_class = class_new(gensym("table16"), (t_newmethod)table16_new, (t_method)table16_free, sizeof(t_table16), 0, A_DEFSYM, A_DEFFLOAT, 0); |