Patch: format checking messages and C++

Mark Mitchell mark@codesourcery.com
Wed Oct 18 00:02:00 GMT 2000


  +#define C_STD_NAME(feature_ver) (c_language == clk_cplusplus	\
  +				 ? "ISO C++"			\
  +				 : (feature_ver == STD_EXT	\
  +				    ? "ISO C"			\
  +				    : "ISO C89"))
 
Spell the parameter name as `FEATURE_VAR' -- we generally use ALL_CAPS
for macro parameter names.  Other than that, the patch is fine.  Thanks!

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


More information about the Gcc-patches mailing list