This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: fixinc patch for rpc/xdr.h lvalue casts


On Wed, 24 Mar 2004, Bruce Korb wrote:

> > +    select    = "#define[ \t]*IXDR_(GET|PUT)_LONG.*\\\\\n.*__extension__.*";
> > +    c_fix     = format;
> > +    c_fix_arg = "#define IXDR_%1_LONG(buf) ((long)IXDR_%1_U_INT32(buf))";

Doesn't work, the two macros have different numbers of arguments.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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