]> git.cworth.org Git - fips/commit
fips-dispatch: Simplify dispatch code by abstracting resolve functions
authorCarl Worth <cworth@cworth.org>
Tue, 22 Oct 2013 17:41:16 +0000 (10:41 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 22 Oct 2013 17:57:32 +0000 (10:57 -0700)
commit01c9b8f64fa861a8102fd82ecd7c714e82420180
tree44aa6a089c083a885b16aa1cb4f03fd113c2f021
parentda0ee5e7efab316635f59d212028844f848fa6ce
fips-dispatch: Simplify dispatch code by abstracting resolve functions

All of the resolve functions were structured identically, so rather
than repating the function bodies over and over, we can use a simple
"resolve" macro to implement this code. This gives a net reduction in
source code for better readability and maintainability.
fips-dispatch-gl.c