This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: <built-in> vs <internal>


Per Bothner <per@bothner.com> writes:

> While initializing, some code (including cpplib) sets the
> current filename to "<built-in>" while other code (including
> c_init_decl_processing) uses "<internal>".  What is the
> distinction?  Any reason not to use "<built-in>" consistently?

I don't think there's any difference, just a change in preferred
terminology over time.  I'd approve a patch that changed everything to
use "<built-in>" (or "<internal>", don't care which).

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]