]> granicus.if.org Git - graphviz/commit
colorcmpf: remove strcmp micro-optimization
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 29 Aug 2021 23:19:57 +0000 (16:19 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 02:26:35 +0000 (19:26 -0700)
commitbce2fd6842493e232aaaa70fd5eeac9c5be3e411
treeacd49f92c6ab558a053cd4c8acac3aaf73013fe2
parentc0a9980115b955c49f95a7a9a60108cb2ee994a3
colorcmpf: remove strcmp micro-optimization

This is unnecessary when using a modern compiler.
cmd/tools/colxlate.c