Commit 7d8847a4 by Ian Lance Taylor Committed by Ian Lance Taylor

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

From-SVN: r148627
parent 6ba49852
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> 2009-06-12 Ian Lance Taylor <iant@google.com>
* include/cpplib.h (struct cpp_options): Add * include/cpplib.h (struct cpp_options): Add
......
...@@ -546,9 +546,6 @@ struct cpp_dir ...@@ -546,9 +546,6 @@ struct cpp_dir
dev_t dev; 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 /* The structure of a node in the hash table. The hash table has
entries for all identifiers: either macros defined by #define entries for all identifiers: either macros defined by #define
commands (type NT_MACRO), assertions created with #assert commands (type NT_MACRO), assertions created with #assert
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment