aboutsummaryrefslogtreecommitdiff
path: root/libcpp
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
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')
-rw-r--r--libcpp/ChangeLog4
-rw-r--r--libcpp/include/cpplib.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 263d844..e6ef4c3 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 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