diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-08-25 22:21:14 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-08-25 22:21:14 +0000 |
commit | 97e0380aeb1807103130b686fcaff746b662a002 (patch) | |
tree | fff9f25012148f0b5a4ca0c690f57ca0c18f4a34 /threadlib/src/threadlib.c | |
parent | b9c9f9e137910daedb09a363f102eb688aeb77d6 (diff) |
fixed a nameclash with libaviplay which crashed pd when GEM was loaded
before threadlib
svn path=/trunk/externals/grh/; revision=8691
Diffstat (limited to 'threadlib/src/threadlib.c')
-rwxr-xr-x | threadlib/src/threadlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/threadlib/src/threadlib.c b/threadlib/src/threadlib.c index 6cdf1af..47ec0b7 100755 --- a/threadlib/src/threadlib.c +++ b/threadlib/src/threadlib.c @@ -73,6 +73,4 @@ void threadlib_setup(void) threadlib_class = class_new(gensym("threadlib"), threadlib_new, 0,
sizeof(t_threadlib), 0, 0);
class_addmethod(threadlib_class, (t_method)threadlib_help, gensym("help"), 0);
-
- return 0;
}
|