This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Remaining host configuration fragments
- From: Joe Buck <jbuck at synopsys dot COM>
- To: shebs at apple dot com (Stan Shebs)
- Cc: jbuck at synopsys dot COM (Joe Buck),kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner), dj at redhat dot com,gcc at gcc dot gnu dot org
- Date: Thu, 17 Jan 2002 14:21:36 -0800 (PST)
- Subject: Re: Remaining host configuration fragments
[ marking files as obsolete ]
Stan Shebs writes:
> When I went around on this with RMS for GDB, he agreed that it was
> reasonable to "mark files as obsolete". So I did a little script
> that added the strings "/* OBSOLETE " and "*/" to the beginning
> and end of every line of the file (and escaped comments within
> lines, duh).
It seems that something like
#ifndef TRY_TO_COMPILE_THIS_FILE_EVEN_THOUGH_IT_IS_OBSOLETE
...
#endif
:-)
would be simpler (no need to worry about nesting of comments).