aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-06-17 20:22:02 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2009-06-17 20:22:02 +0000
commit7d8847a4d937095b2ce632942552c73ddecf22e6 (patch)
treedb17664fddeb193c2f2e65e1aebae13746d2c707 /libcpp/include
parent6ba49852d83084f36ec1998f3209a2737fcb01c1 (diff)
downloadgcc-7d8847a4d937095b2ce632942552c73ddecf22e6.zip
gcc-7d8847a4d937095b2ce632942552c73ddecf22e6.tar.gz
gcc-7d8847a4d937095b2ce632942552c73ddecf22e6.tar.bz2
* include/cpplib.h (progname): Don't declare.
From-SVN: r148627
Diffstat (limited to 'libcpp/include')
-rw-r--r--libcpp/include/cpplib.h3
1 files changed, 0 insertions, 3 deletions
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