]> gcc.gnu.org Git - gcc.git/commitdiff
* include/cpplib.h (progname): Don't declare.
authorIan Lance Taylor <iant@google.com>
Wed, 17 Jun 2009 20:22:02 +0000 (20:22 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 17 Jun 2009 20:22:02 +0000 (20:22 +0000)
From-SVN: r148627

libcpp/ChangeLog
libcpp/include/cpplib.h

index 263d8441cc94fb333efc75e446bdaf6628df1505..e6ef4c31b07f9f70efb9053515d905eec8575585 100644 (file)
@@ -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
index a91f1552158603e6431df4c0686a824b3bfb63d1..d39b80e2a5a4d4b125e06ea7974e77286ad4d764 100644 (file)
@@ -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
This page took 0.063571 seconds and 5 git commands to generate.