diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/glut/dos/callback.c | 2 | ||||
-rw-r--r-- | src/mesa/x86/assyntax.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/glut/dos/callback.c b/src/glut/dos/callback.c index 773dfb2758..b322f67351 100644 --- a/src/glut/dos/callback.c +++ b/src/glut/dos/callback.c @@ -129,7 +129,7 @@ void APIENTRY glutIdleFunc (GLUTidleCB func) void APIENTRY glutTimerFunc (unsigned int millis, GLUTtimerCB func, int value) { static GLUTSShotCB g_sscb[MAX_SSHOT_CB]; - static int virgin = GL_TRUE; + static GLboolean virgin = GL_TRUE; int i; int ttl; diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index f37bde3a7d..95a74ae3db 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -1216,7 +1216,7 @@ SECTION _DATA public align=16 class=DATA use32 flat #define LES(a, b) les b, a #define LFS(a, b) lfs b, a #define LGS(a, b) lgs b, a -#define LSS(a, b) lss b, a +#define LSS(a, b) lss b, P_(a) #define LLDT(a) lldt a #define LMSW(a) lmsw a #define LOCK lock |