*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / m2-exp.y
index e291d62b1cbc12e2306fa89ba91c325950be6fc6..3fb46851c84b424ae88951f9834ca9a9be207fa0 100644 (file)
@@ -216,6 +216,7 @@ type_exp:   type
 
 exp     :       exp '^'   %prec UNARY
                         { write_exp_elt_opcode (UNOP_IND); }
+       ;
 
 exp    :       '-'
                        { number_sign = -1; }
@@ -330,6 +331,7 @@ exp :       INCL '(' exp ',' exp ')'
 
 exp    :       EXCL '(' exp ',' exp ')'
                        { error("Sets are not implemented.");}
+       ;
 
 set    :       '{' arglist '}'
                        { error("Sets are not implemented.");}
This page took 0.024169 seconds and 4 git commands to generate.