diff options
author | Brian Paul <[email protected]> | 2002-04-02 16:18:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-04-02 16:18:20 +0000 |
commit | f9e75c31e8c22828ca9829a1a32226f6569cc5f2 (patch) | |
tree | 1d1b68e09b09a7e1f71a19d97734030d3beace90 /src/mesa/x86/glapi_x86.S | |
parent | 17b7cc4caeeb8f3daaf417d417e7e3a9a5d639d1 (diff) |
DJGPP updates
Diffstat (limited to 'src/mesa/x86/glapi_x86.S')
-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 82d72ab8359..f8ed32aa0cd 100644 --- a/src/mesa/x86/glapi_x86.S +++ b/src/mesa/x86/glapi_x86.S @@ -12,7 +12,7 @@ #define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX)) -#ifdef GNU_ASSEMBLER +#if defined(GNU_ASSEMBLER) && !defined(DJGPP) #define GLOBL_FN(x) GLOBL x ; .type x,@function #else #define GLOBL_FN(x) GLOBL x |