> > better patch. On the other hand, if you guys feel there is nothing to be
> > fixed here I'll just keep the patch for the Mandriva package and let it go.
> 
> Change str to a macro and use that:
> 
> #define MSG_SEP "**************************************************\n"
> ...
> xf86DrvMsg(pScrn->scrnIndex, X_ERROR, MSG_SEP);
> ...
> #undef MSG_STR

GAK

Thats horrible on so many levels

1. It uglifiers the code enormously
2. You are trying to hide a compiler thing by confusing the tools, and
the tools will get smarter and work that out

Alan
_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to