mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 17:49:39 +08:00
Fix comment-style.
From-SVN: r66957
This commit is contained in:
parent
336931c175
commit
a144716696
@ -105,7 +105,7 @@ binding_table_free (binding_table table)
|
||||
{
|
||||
binding_entry entry = temp;
|
||||
temp = entry->chain;
|
||||
entry->chain = NULL; // just be sure
|
||||
entry->chain = NULL;
|
||||
binding_entry_free (entry);
|
||||
}
|
||||
table->chain[i] = temp;
|
||||
|
Loading…
Reference in New Issue
Block a user