Commit 5bec549e by Richard Kenner

(struct argdata): Remove unused `comments' member.

(macarg): Don't set `comments' member.

From-SVN: r9509
parent d8f9c209
......@@ -8012,7 +8012,6 @@ struct argdata {
int stringified_length;
U_CHAR *free1, *free2;
char newlines;
char comments;
char use_count;
};
......@@ -8492,7 +8491,6 @@ macarg (argptr, rest_args)
argptr->raw_length = bufsize;
argptr->free1 = buffer;
argptr->newlines = newlines;
argptr->comments = comments;
if ((newlines || comments) && ip->fname != 0)
argptr->raw_length
= final_start +
......
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