Commit cbad251a authored by Lev Walkin's avatar Lev Walkin

oops

parent 5948beef
......@@ -282,7 +282,7 @@ main(int ac, char **av) {
exit(EX_SOFTWARE);
}
return 2;
return 0;
}
/*
......
......@@ -2491,7 +2491,7 @@ case 131:
break;}
case 132:
#line 1324 "asn1p_y.y"
{ printf("push\n"); asn1p_lexer_hack_push_opaque_state(); ;
{ asn1p_lexer_hack_push_opaque_state(); ;
break;}
case 133:
#line 1324 "asn1p_y.y"
......
......@@ -1321,7 +1321,7 @@ Value:
$$->value.choice_identifier.identifier = $1;
$$->value.choice_identifier.value = $3;
}
| '{' { printf("push\n"); asn1p_lexer_hack_push_opaque_state(); } Opaque /* '}' */ {
| '{' { asn1p_lexer_hack_push_opaque_state(); } Opaque /* '}' */ {
$$ = asn1p_value_frombuf($3.buf, $3.len, 0);
checkmem($$);
$$->type = ATV_UNPARSED;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment