Adding missing ';' at the end of a rule
This commit is contained in:
parent
f202f3dfe6
commit
ee4a2fef18
@ -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:
|
|||||||
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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user