mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
6888953: some calls to function-like macros are missing semicolons
Reviewed-by: pbk, kvn
This commit is contained in:
parent
83f1d02a67
commit
7e76feaf42
31 changed files with 36 additions and 35 deletions
|
@ -118,7 +118,7 @@ TreeList* TreeList::removeChunkReplaceIfNeeded(TreeChunk* tc) {
|
|||
// TreeList from the first chunk to the next chunk and update all
|
||||
// the TreeList pointers in the chunks in the list.
|
||||
if (nextTC == NULL) {
|
||||
assert(prevFC == NULL, "Not last chunk in the list")
|
||||
assert(prevFC == NULL, "Not last chunk in the list");
|
||||
set_tail(NULL);
|
||||
set_head(NULL);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue