From 7d8847a4d937095b2ce632942552c73ddecf22e6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 17 Jun 2009 20:22:02 +0000 Subject: * include/cpplib.h (progname): Don't declare. From-SVN: r148627 --- 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 a91f155..d39b80e 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.1