diff options
author | Geoffrey Keating <geoffk@apple.com> | 2004-04-07 20:47:52 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2004-04-07 20:47:52 +0000 |
commit | 7876228d901afdd0ee62d6dfcdd87dd4d4c5f748 (patch) | |
tree | 1eb78265acf0ce01d180f25952f8073c3375a082 /gcc/c-common.h | |
parent | b21292d0bdd6529a63da68ae0798e300c17638e2 (diff) | |
download | gcc-7876228d901afdd0ee62d6dfcdd87dd4d4c5f748.zip gcc-7876228d901afdd0ee62d6dfcdd87dd4d4c5f748.tar.gz gcc-7876228d901afdd0ee62d6dfcdd87dd4d4c5f748.tar.bz2 |
Index: ChangeLog
2004-04-06 Geoffrey Keating <geoffk@apple.com>
* c-common.h (pending_lang_change): Mark for PCH.
Index: testsuite/ChangeLog
2004-04-06 Geoffrey Keating <geoffk@apple.com>
* g++.dg/pch/externc-1.Hs: New.
* g++.dg/pch/externc-1.C: New.
From-SVN: r80484
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 4326a59..6e9099a 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -1271,7 +1271,7 @@ extern void c_cpp_builtins (cpp_reader *); /* Positive if an implicit `extern "C"' scope has just been entered; negative if such a scope has just been exited. */ -extern int pending_lang_change; +extern GTY(()) int pending_lang_change; /* Information recorded about each file examined during compilation. */ |