The wmesa.c file on my system has ONE less backslash, marked below, which makes
sense.  With the backslashes as follows the INNER_LOOP is getting defined as
part of the SETUP_CODE macro, without the backslash SETUP_CODE and INNER_LOOP
get defined as separate macros.

CVS as of 7/16/99 has it w/o the marked backslash.

-Ted

>I update my /src once more, and have the same result !
>in my last CVS version , file src/window/wmesa.c from line 2723 :
>
>
>#define SETUP_CODE                     \
>   GLuint index = VB->Index[pv];       \
>   (*ctx->Driver.Index)( ctx, index ); \       <<<--- that one
>#define INNER_LOOP( LEFT, RIGHT, Y )           \
>   {                                           \
>      GLint xx;                                        \



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

Reply via email to