|
|
@ -507,7 +507,7 @@ gettoks(char *s) |
|
|
list = NULL; |
|
|
list = NULL; |
|
|
prevp = &list; |
|
|
prevp = &list; |
|
|
|
|
|
|
|
|
s = stripWhiteSpacesInsideParens(s); |
|
|
|
|
|
|
|
|
if (strstr( s, "(" )) s = stripWhiteSpacesInsideParens(s); |
|
|
while ((t = gettok(&s))) { |
|
|
while ((t = gettok(&s))) { |
|
|
if (*t == '(') |
|
|
if (*t == '(') |
|
|
continue; |
|
|
continue; |
|
|
|