This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: PATCH: Remove argument names
On Fri, Nov 21, 2003 at 03:02:00PM -0800, Roland McGrath wrote:
> > On Fri, Nov 21, 2003 at 02:18:53PM -0800, Ulrich Drepper wrote:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > H. J. Lu wrote:
> > > > This patch removes FP, DATA, and N from prototypes.
> > >
> > > Completely unnecessary, this is an internal header.
> > >
> >
> > I'd like to use
> >
> > #define DATA foooo
> >
> > in some glibc files.
>
> For what?
For optimization in some C and assembly files.
H.J.