From 52b290f1b82348a4f4a445f0811ecf81ca8b044f Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 17 Jun 2009 20:22:02 +0000 Subject: * include/cpplib.h (progname): Don't declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148627 138bc75d-0d04-0410-961f-82ee72b054a4 --- libcpp/include/cpplib.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libcpp/include') 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 -- cgit v1.2.1