c-pch.c: Add comments in various places.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 21 Oct 2003 23:28:05 +0000 (23:28 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 21 Oct 2003 23:28:05 +0000 (23:28 +0000)
commit7451756f3107554b2f1c442e3dd1d53e6fc74d46
treeba032d9576eb62aa283c0dba860fae6c88a6c8e6
parentc25d44dd1cd23d53dad346ef7db1c00ea88333a4
c-pch.c: Add comments in various places.

* c-pch.c: Add comments in various places.
(struct c_pch_validity): Add the lengths of various strings.
(host_machine): New static.
(target_machine): New static.
(get_ident): Bump version number.
(pch_init): Write out version, host, target validity data.
(c_common_valid_pch): Check version, host, target.
* Makefile.in (c-pch.o): Add version.h; define HOST_MACHINE and
TARGET_MACHINE.

From-SVN: r72774
gcc/ChangeLog
gcc/Makefile.in
gcc/c-pch.c