* include/cpplib.h (progname): Don't declare.

From-SVN: r148627
This commit is contained in:
Ian Lance Taylor 2009-06-17 20:22:02 +00:00 committed by Ian Lance Taylor
parent 6ba49852d8
commit 7d8847a4d9
2 changed files with 4 additions and 3 deletions

View 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

View 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