Reconcile HAVE_VARIADIC_MACROS and wxHAS_VARIADIC_MACROS definitions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Jul 2013 22:40:47 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Jul 2013 22:40:47 +0000 (22:40 +0000)
commit168d1f65c108f062c5d2ad975360d6ad0036e4c3
treeae198e8a6a089fbf69df01e14fdfcf41236c6f03
parent46965705ca33de8365969ff85f26a9f5a7271309
Reconcile HAVE_VARIADIC_MACROS and wxHAS_VARIADIC_MACROS definitions.

The main user-visible effect of this change is that giving configure
--disable-vararg-macros argument now really disables the use of variadic
macros whereas it didn't disable them in wx/cpp.h before.

It is, of course, also less confusing to not have two very similar but
different symbols.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
include/wx/cpp.h
include/wx/defs.h
include/wx/testing.h
setup.h.in
tests/controls/dialogtest.cpp