a few more missing semicolons
This commit is contained in:
parent
a37a55624a
commit
65b7f282b4
|
|
@ -114,6 +114,7 @@ dclass_name:
|
|||
$$ = (*ni).second;
|
||||
}
|
||||
}
|
||||
;
|
||||
|
||||
dclass_derivation:
|
||||
empty
|
||||
|
|
@ -168,6 +169,7 @@ atomic_name:
|
|||
}
|
||||
}
|
||||
}
|
||||
;
|
||||
|
||||
parameter_list:
|
||||
empty
|
||||
|
|
|
|||
Loading…
Reference in New Issue