diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-17 20:22:02 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-17 20:22:02 +0000 |
commit | 52b290f1b82348a4f4a445f0811ecf81ca8b044f (patch) | |
tree | db17664fddeb193c2f2e65e1aebae13746d2c707 /libcpp | |
parent | 99505c80cf781c18484caace1572054e95c957b4 (diff) | |
download | gcc-52b290f1b82348a4f4a445f0811ecf81ca8b044f.tar.gz |
* include/cpplib.h (progname): Don't declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148627 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 4 | ||||
-rw-r--r-- | libcpp/include/cpplib.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 263d8441cc9..e6ef4c31b07 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2009-06-17 Ian Lance Taylor <iant@google.com> + + * include/cpplib.h (progname): Don't declare. + 2009-06-12 Ian Lance Taylor <iant@google.com> * include/cpplib.h (struct cpp_options): Add diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index a91f1552158..d39b80e2a5a 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -546,9 +546,6 @@ struct cpp_dir dev_t dev; }; -/* Name under which this program was invoked. */ -extern const char *progname; - /* The structure of a node in the hash table. The hash table has entries for all identifiers: either macros defined by #define commands (type NT_MACRO), assertions created with #assert |