From 1ea230f8d6d79ca17278063d56edb78eabd1db05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 25 Jan 2006 15:30:32 +0000 Subject: made list2symbol() static svn path=/trunk/externals/zexy/; revision=4492 --- src/makesymbol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makesymbol.c') diff --git a/src/makesymbol.c b/src/makesymbol.c index 3557b57..690ed17 100644 --- a/src/makesymbol.c +++ b/src/makesymbol.c @@ -57,7 +57,7 @@ static void reset_mask(t_makesymbol *x, t_symbol *s) typedef char cstring[MAXSTRINGLENG]; -t_symbol* list2symbol(char *masque, int argc, t_atom *argv) +static t_symbol* list2symbol(char *masque, int argc, t_atom *argv) { // cstring buf[MAXSTRINGARGS]; cstring*buf=(cstring*)getbytes(MAXSTRINGARGS*sizeof(cstring)); -- cgit v1.2.1