This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PCH magic numbers
- From: Devang Patel <dpatel at apple dot com>
- To: Phil Edwards <phil at jaj dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 5 Aug 2003 19:36:04 -0700
- Subject: Re: PCH magic numbers
- References: <20030806021905.GA7000@disaster.jaj.com>
On Tuesday, August 5, 2003, at 7:19 PM, Phil Edwards wrote:
How are the 3 characters at the end of the magic string to be
interpreted?
3-digit decimal number, 2-digit hex with a leading zero, ...? Do the
digits
have categories like SMTP response codes, or do they just go from 000
to 999?
They represent prog. language. C = 0, Objective-C = 1 and C++ = 2.
(c_language_kind from c-common.h)
--
Devang