diff --git a/alliance/src/exp/src/expy.y b/alliance/src/exp/src/expy.y index 3b3c24b7..496fee52 100644 --- a/alliance/src/exp/src/expy.y +++ b/alliance/src/exp/src/expy.y @@ -157,7 +157,7 @@ exp : IDENT '=' exp { if ((pcond==0) || (cond[pcond]>0.)) { cond : exp { if (pcond < PCONDMAX) cond[++pcond] = $1; else - yyerror ("too much conditions") + yyerror ("too much conditions"); } ; idents : IDENT { $$ = eltadd (NULL,NULL); $$->VAL.e=$1;}