]> git.draconx.ca Git - cdecl99.git/commit
Don't gratuitously reject inline specifiers.
authorNick Bowler <nbowler@draconx.ca>
Thu, 7 Jul 2011 00:39:47 +0000 (20:39 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 7 Jul 2011 00:52:11 +0000 (20:52 -0400)
commite378d431539e029bdf2fc87f56ccb59d48608b97
tree3da8af17356c8b9cc7e0ecee92211f82f793312b
parent41c2e3966f76d174d28d016aa5dba44f2ac8eb53
Don't gratuitously reject inline specifiers.

We actually do support functions now, so we need to handle inline.
Turns out the last user of the old output routines (the code that
prints "inline") didn't actually work properly, so port it over to
the new interface.
src/explain.c
src/parse-decl.c