forked from len0rd/rockbox
Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some keyword and line-ending fixes by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21626 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eabeb928dd
commit
0d4560cb03
113 changed files with 10637 additions and 4420 deletions
|
@ -74,7 +74,10 @@ static void *sig_tilde_new(t_floatarg f)
|
|||
return (x);
|
||||
}
|
||||
|
||||
static void sig_tilde_setup(void)
|
||||
#ifndef ROCKBOX
|
||||
static
|
||||
#endif
|
||||
void sig_tilde_setup(void)
|
||||
{
|
||||
sig_tilde_class = class_new(gensym("sig~"), (t_newmethod)sig_tilde_new, 0,
|
||||
sizeof(t_sig), 0, A_DEFFLOAT, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue