[PATCH] rpcgen: skip over #define lines in CPP output [BZ #21205]

Florian Weimer fweimer@redhat.com
Sun Jun 25 16:19:00 GMT 2017


On 02/28/2017 09:20 PM, Mike Frysinger wrote:
> +  if (strncmp (line, "define", 6) == 0)
> +    return;

Please add a comment and perhaps a test case.

Thanks,
Florian



More information about the Libc-alpha mailing list