some clarification
This commit is contained in:
+5
-5
@@ -44,11 +44,11 @@ check_arg(char **argv){
|
||||
return 0; /* syntax error */
|
||||
break;
|
||||
default: /* >= INLPAREN */
|
||||
if(SCMPFLAT(*argv, R_PAREN)){
|
||||
--s;
|
||||
terms += s == NORMAL;
|
||||
}else if(SCMPFLAT(*argv, L_PAREN)) /* ineligant */
|
||||
++s;
|
||||
if(argv[0][1] == '\0'){
|
||||
s -= (argv[0][0] == R_PAREN);
|
||||
terms += (argv[0][0] == R_PAREN && s == NORMAL);
|
||||
s += (argv[0][0] == L_PAREN);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user