eolian: disallow freefuncs on typedefs
authorDaniel Kolesa <d.kolesa@samsung.com>
Sun, 17 Feb 2019 01:20:35 +0000 (02:20 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:34 +0000 (20:49 +0900)
commitcc6cfdd8ccc7fcd4d52df6473ea9e74781ff1cd9
treec18d1694c4c7ea8edecc8af4b76e5da55c0b8ee7
parent87c5db2eb2ebd67e7115c48e2af79390316e18c9
eolian: disallow freefuncs on typedefs

Now the only kind of typedecl that is allowed a freefunc is
a struct. This simplifies the overall logic and makes freefuncs
a bit more predictable.
src/lib/eolian/eo_parser.c