Commit bcad7343 by Richard Kenner

(progname): Remove definition from here.

From-SVN: r10082
parent fff752ad
......@@ -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;
......
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