This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
cleanup query: _ALL_SOURCE
- From: Nathanael Nerode <neroden at doctormoo dot dyndns dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 16 May 2002 11:04:20 -0400
- Subject: cleanup query: _ALL_SOURCE
I was looking for things to clean up, and I found that
_ALL_SOURCE is defined in several places (host or target specific), but
not tested anywhere.
I'm guessing it's obselete and can be removed. (But it might be a
'secret flag' for some system compilers, in which case I'd be wrong.)
I'd like verification from someone who understands its original purpose
before I start sumbitting patches.
--Nathanael Nerode