]> granicus.if.org Git - graphviz/commit
remove unnecessary realloc result cast in gmlscan.l
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Jun 2021 00:21:07 +0000 (17:21 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 14:18:52 +0000 (07:18 -0700)
commita394aa203bde94396a563d51dfe3deb3149cb9b3
tree277f2ed8be762770ed7c37d157dd03979bac1a58
parente9d51df4c6a6e75186fc764768811c62df4d2891
remove unnecessary realloc result cast in gmlscan.l

This input is only used to generate a lexer in C. In C, void pointers (as is the
result of realloc) implicitly coerce to all other pointer types.
cmd/tools/gmlscan.l