Add CONST_CAST macro, for casting away "const" more safely.
[pspp-builds.git] / src / libpspp / cast.h
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
2009-08-09 Ben PfaffAdd CHECK_POINTER_HAS_TYPE macro, and use it to make...
2009-08-09 Ben PfaffAdd UP_CAST macro, for safer casting from contained...