]> granicus.if.org Git - graphviz/commit
gmlparse.y: Each identifier in dedicated statement
authorErwin Janssen <erwinjanssen@outlook.com>
Wed, 5 Apr 2017 12:23:08 +0000 (14:23 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 5 Apr 2017 20:38:20 +0000 (22:38 +0200)
commit265797ce3ab78f99c2b2d483615338df6ee3679a
tree9bf62842bb75c93e35857b295b3f7ff9329e348b
parent063a666d19790b811722b6646cfce7800bf342d0
gmlparse.y: Each identifier in dedicated statement

It is good practice to define each identifier in a dedicated statement,
various standard and style guides recommend this. Because where multiple
declarators appear in the same declaration, the type of an identifier
may not meet a developer's expectations.
cmd/tools/gmlparse.y