Revert and fix it (thanks to @oscar-broman)
This commit is contained in:
parent
b5959fcf15
commit
485361acb4
@ -2074,6 +2074,8 @@ static int nesting=0;
|
|||||||
*/
|
*/
|
||||||
} else {
|
} else {
|
||||||
arglist[argpos]=ARG_DONE; /* flag argument as "present" */
|
arglist[argpos]=ARG_DONE; /* flag argument as "present" */
|
||||||
|
if (arg[argidx].ident!=0 && arg[argidx].numtags==1)
|
||||||
|
lval.cmptag=arg[argidx].tags[0]; /* set the expected tag, if any */
|
||||||
lvalue=hier14(&lval);
|
lvalue=hier14(&lval);
|
||||||
assert(sc_status==statFIRST || arg[argidx].ident== 0 || arg[argidx].tags!=NULL);
|
assert(sc_status==statFIRST || arg[argidx].ident== 0 || arg[argidx].tags!=NULL);
|
||||||
switch (arg[argidx].ident) {
|
switch (arg[argidx].ident) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user