Attempt to workaround VC6 preprocessor bug by increasing rescanning

[SVN r14155]
This commit is contained in:
Vesa Karvonen
2002-06-16 20:23:00 +00:00
parent 8792bd705a
commit cd503a0d89

View File

@ -11,5 +11,6 @@
* See http://www.boost.org for most recent version. * See http://www.boost.org for most recent version.
*/ */
#define BOOST_PP_DETAIL_EXPAND(X) X #define BOOST_PP_DETAIL_EXPAND(X) BOOST_PP_DETAIL_EXPAND_DELAY(X)
#define BOOST_PP_DETAIL_EXPAND_DELAY(X) X
#endif #endif