]> granicus.if.org Git - graphviz/commit
remove unnecessary casts of allocation function results in grammar.y
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Jun 2021 00:23:30 +0000 (17:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 14:18:52 +0000 (07:18 -0700)
commitf6f6cdd3074c127a4b9cd87c4fa6ab85992e788e
treeebb6bc7c283a19ae2b5bc99d8dbbacf09c2a5393
parent6f359194ac7b358598cd4f3c86e4818c16edea24
remove unnecessary casts of allocation function results in grammar.y

This input is only used to generate a parser in C. In C, void pointers (as are
the results of all the allocation functions) implicitly coerce to all other
pointer types.
lib/cgraph/grammar.y