@ -319,6 +319,8 @@ gettok(char **s)
char *
nexttok(const char *s)
{
if (!s)
return NULL;
int paren = 0;
s = skip_ws(s);