]> git.cworth.org Git - fips/commit
Reduce code duplication with with new 'glwrap_lookup' function.
authorCarl Worth <cworth@cworth.org>
Thu, 2 May 2013 21:33:12 +0000 (14:33 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 2 May 2013 21:33:12 +0000 (14:33 -0700)
commit4ef9d74d4ff12afcc7e31bf13fe2a4993f06b987
tree52ba0a29e70584da311daf2daa74be8aa588489c
parent385fae6dca60b9b41e91c9b8bfe1a05a4eb18240
Reduce code duplication with with new 'glwrap_lookup' function.

We already had two copies of 'lookup', (and were anticipating additional
modules which needed it as well). The DEFER macro is now also exported
as GLWRAP_DEFER for use in additional modules.
glwrap.c
glwrap.h
glxwrap.c