aboutsummaryrefslogtreecommitdiff
path: root/src/util/basic_macros.h
AgeCommit message (Collapse)Author
2016-12-24Move PP() and PP2() macros to basic_macros.hRogier
Instead of redefining them everywhere.
2015-11-03Silence 'unused typedef' warning for STATIC_ASSERT()kwolekr
2015-11-02Rename and move basicmacros.h to util/basic_macros.hest31