On 15-Jul-99 Brian Paul wrote:
> WILMOT Thierry wrote:
>> 
>> in file src/window/wmesa.c line 2725 char '\' at the end of line
>> must be removed in #define SETUP_CODE
> 
> 
> Here's the code (not exactly line 2725):
> 
>#define SETUP_CODE                     \
>    GLuint index = VB->IndexPtr->data[pv];     \
>    (*ctx->Driver.Index)( ctx, index );
> 
> I don't see the problem.  Removing either \ will foul-up the macro.

He probably has some blank characters after the "\" which causes compilation
errors.. removing the "\" may resolve the compilation error but generate wrong
code..

Andree



_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to