Commit ee4a2fef authored by Alexander Barkov's avatar Alexander Barkov

Adding missing ';' at the end of a rule

parent f202f3df
...@@ -9415,6 +9415,7 @@ for_portion_of_time_clause: ...@@ -9415,6 +9415,7 @@ for_portion_of_time_clause:
Vers_history_point(VERS_TIMESTAMP, $9), Vers_history_point(VERS_TIMESTAMP, $9),
$5); $5);
} }
;
opt_for_portion_of_time_clause: opt_for_portion_of_time_clause:
/* empty */ /* empty */
......
...@@ -9528,6 +9528,7 @@ for_portion_of_time_clause: ...@@ -9528,6 +9528,7 @@ for_portion_of_time_clause:
Vers_history_point(VERS_TIMESTAMP, $9), Vers_history_point(VERS_TIMESTAMP, $9),
$5); $5);
} }
;
opt_for_portion_of_time_clause: opt_for_portion_of_time_clause:
/* empty */ /* empty */
......
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