diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-28 17:53:55 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-28 17:53:55 -0400 |
commit | bcad7343b522ee13522cb01a2abb514ea9fc5600 (patch) | |
tree | e2eb748b40a259bce2d74869250e2bb5fb1eb1e9 /gcc/cpplib.c | |
parent | fff752ad805a2dd533d8c124543ddc8f80ba927c (diff) | |
download | gcc-bcad7343b522ee13522cb01a2abb514ea9fc5600.zip gcc-bcad7343b522ee13522cb01a2abb514ea9fc5600.tar.gz gcc-bcad7343b522ee13522cb01a2abb514ea9fc5600.tar.bz2 |
(progname): Remove definition from here.
From-SVN: r10082
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c index 65d6112..f0b77a6 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -239,10 +239,6 @@ struct assertion_hashnode { while ((C) == '\\' && PEEKC() == '\n') { FORWARD(1); (C) = GETC(); }\ } while(0) -/* Name under which this program was invoked. */ - -char *progname; - struct cpp_pending { struct cpp_pending *next; char *cmd; |