Commit fef5054c authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

diplomacy: disambiguate names only when necessary

If two (or more) 'auto_' things have the same name, append _0 and _1 to them.

The order of definitions is unaffected; ie:
  a => a_0
  b => b_0
  b => b_1
  c => c
  a => a_1
parent 5323cf88
Supports Markdown
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