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 | |
parent | 8f397bffa840d9a14ee2e089728119b65d88bb38 (diff) |
glapi: regenerated GL API assembly files
-rw-r--r-- | src/mesa/x86-64/glapi_x86-64.S | 2 | ||||
-rw-r--r-- | src/mesa/x86/glapi_x86.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S index 90ad36a8f36..44179ab6071 100644 --- a/src/mesa/x86-64/glapi_x86-64.S +++ b/src/mesa/x86-64/glapi_x86-64.S @@ -45,7 +45,7 @@ # define GL_PREFIX(n) GLNAME(CONCAT(gl,n)) # 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 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 |