dxx-rebirth/similar
Kp 0e57e9bbf7 Expand macro to fix gcc-7 portability warning
gcc-7 warns:

    similar/main/mglobal.cpp:119:5: error: this use of "defined" may not be portable [-Werror=expansion-to-defined]
     #if DXX_VALPTRIDX_ENABLE_FULL_TEMPLATE_INSTANTIATION

Fix this by using the long form of the definition.
2017-06-10 03:31:03 +00:00
..
2d
3d Raise MAX_POINTS_PER_POLY to 64 2017-06-07 02:44:55 +00:00
arch Inline OGL_TEXTURE_LIST_SIZE 2017-03-18 18:07:37 +00:00
editor Rename countarray method count -> size 2017-06-10 03:31:03 +00:00
main Expand macro to fix gcc-7 portability warning 2017-06-10 03:31:03 +00:00
misc