Alexander Pohoyda wrote (in a message from  13)
 > Warren Turkal <[EMAIL PROTECTED]> writes:
 > 
 > > -char *nscale(n, np, nmm, nbuf)
 > > -     int n, np, nmm;
 > > -     char *nbuf;
 > > +char
 > > +*nscale(int n, int np, int nmm, char *nbuf)
 > 
 > Whouldn't that be better to have:
 > char*
 > nscale(int n, int np, int nmm, char *nbuf)
 > 
 > This way you can do grep -e "^nscale"

That's how the code was committed to the XFree86 repository.

                                        Matthieu
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to