Fix misspelled __EDG_VERSION__ flag.

[SVN r15431]
This commit is contained in:
Dave Abrahams
2002-09-18 02:36:15 +00:00
parent 72fab9d7da
commit b70d56a6b3

View File

@ -24,7 +24,7 @@
# define BOOST_PP_CONFIG_EDG() 0x0020
#
# ifndef BOOST_PP_CONFIG_FLAGS
# if defined(__EDG__) || defined(__EDG_VERSION)
# if defined(__EDG__) || defined(__EDG_VERSION__)
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_EDG() | BOOST_PP_CONFIG_STRICT())
# elif defined(__MWERKS__)
# define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MWCC())