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/include/cpplib.h | |
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/include/cpplib.h')
-rw-r--r-- | libcpp/include/cpplib.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |