Add missing ;'s, found by bison on a SuSE 8.2 machine.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17330 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-28 10:51:35 +00:00
parent cc3201fd9f
commit 5e97c59ab7

View File

@@ -537,8 +537,10 @@ Constraint : '(' ConstraintSpec ')'
{
$$ = $2;
}
;
ConstraintSpec : GeneralConstraint
;
GeneralConstraint: ContentsConstraint
| UserDefinedConstraint