more clear variable usage for counting quotes
authorGraham Knop <haarg@haarg.org>
Thu, 25 Jan 2018 13:11:44 +0000 (14:11 +0100)
committerGraham Knop <haarg@haarg.org>
Thu, 25 Jan 2018 13:11:44 +0000 (14:11 +0100)
commit2fa237057a1b9c375ee0e4fb13696c8e6645e474
tree2c13f746c034c3d5959825eb89c4b304e750cd3d
parent8897a0b05fae2947b9c09d90f336aab03b7cc6f7
more clear variable usage for counting quotes

Use a boolean to track when we need to generate a normal :: separated
package name, rather than an int.  And rename the seen_quote variable to
make it clear that it is a count rather than a boolean.
Name.xs