This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]