diff options
author | RALOVICH, Kristóf <[email protected]> | 2009-07-23 17:57:22 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-07-27 15:38:04 -0600 |
commit | bdb8ee51867b88806ec0e17a637b3ef99258e8c6 (patch) | |
tree | 02bd5ffbdb5f8b7a1efb6bf8c63c56ce3b536141 /src/mesa/x86 | |
parent | 8f397bffa840d9a14ee2e089728119b65d88bb38 (diff) |
glapi: regenerated GL API assembly files
Diffstat (limited to 'src/mesa/x86')
-rw-r--r-- | src/mesa/x86/glapi_x86.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S index 40fc6f22297..fa25bf75cd2 100644 --- a/src/mesa/x86/glapi_x86.S +++ b/src/mesa/x86/glapi_x86.S @@ -52,7 +52,7 @@ #define GLOBL_FN(x) GLOBL x #endif -#if defined(PTHREADS) || defined(USE_XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS) +#if defined(PTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS) # define THREADS #endif |