$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-07-28 06:22:42
>Chris's description is correct.  Metrowerks C headers will define 
>__MSL__.  Metrowerks C++ headers will define __MSL_CPP__ (and may or may 
>not also define __MSL__ depending on whether they include a C header).  
>The compiler will define  __MWERKS__ (with no need to include 
>anything).  They are all best interpreted as hexadecimal numbers, will 
>always increase in future versions, and are typically different from 
>each other.  This is all true in Pro 5 as well.
Thanks for that Howard, that clears things up nicely.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/