From 1b67b9b68a88c3c365caa24f4edd415726948734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 12:11:24 +0000 Subject: run with "-pedantic" and "-std=c99": removed warnings svn path=/trunk/externals/zexy/; revision=9113 --- src/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regex.c') diff --git a/src/regex.c b/src/regex.c index eb0e3b9..264bfeb 100644 --- a/src/regex.c +++ b/src/regex.c @@ -232,7 +232,7 @@ static void regex_symbol(t_regex *x, t_symbol *s, int argc, t_atom*argv) if(match[i].rm_so!=-1){ /* output the matches */ if(i>0 && (match[i].rm_so==match[i-1].rm_so) && (match[i].rm_eo==match[i-1].rm_eo)){ - // duplicate matches + /* duplicate matches */ } else { SETFLOAT(ap2+0, (t_float)i); SETFLOAT(ap2+1, (t_float)match[i].rm_so); -- cgit v1.2.1