From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Mitchell To: sam@uchicago.edu Cc: gcc@gcc.gnu.org Subject: Re: standards for include guards? Date: Thu, 17 May 2001 09:26:00 -0000 Message-id: <20010517092433D.mitchell@codesourcery.com> References: <20010517095918.A18396@uchicago.edu> X-SW-Source: 2001-05/msg00778.html We should use this one: GCC_FILENAME_EXT Anything starting with an `_' is invalid for use in user code. Anything not starting with `GCC' is likely-ish to be used somewhere else. -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com