Define progname, required by cpplib.

From-SVN: r10546
This commit is contained in:
Richard Kenner 1995-11-04 10:32:32 -05:00
parent 2ac999c3c2
commit 1802bb1c91
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern char *getenv ();
char *progname;
cpp_reader parse_in;
cpp_options options;