This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to move "#define USG" from xm-*.h to config.gcc's xm_defines
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Patch to move "#define USG" from xm-*.h to config.gcc's xm_defines
- From: "Zack Weinberg" <zackw at Stanford dot EDU>
- Date: Wed, 7 Mar 2001 15:47:47 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200103072322.SAA08897@caip.rutgers.edu>
On Wed, Mar 07, 2001 at 06:22:30PM -0500, Kaveh R. Ghazi wrote:
> This patch moves the definition of USG from the xm-*.h files into
> config.gcc's xm_defines variable. (This is an incremental step
> towards getting rid of USG altogether. Once we're ready to delete it,
> all the `define' references will be in one file.)
cool, I'll cross this and the POSIX defines off my list.
Are you going to do anything about all the files that just include
other files? We want to turn those into direct references from
config.gcc.
zw