diff options
author | Brian Paul <[email protected]> | 2002-04-01 17:09:25 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-04-01 17:09:25 +0000 |
commit | aa5698e8edb92421cdf8e3221bdd7e066f504e7b (patch) | |
tree | 3f27d5058f8d4651cd9e6c4dfb60b8d874238fa0 /src/mesa/x86/glapi_x86.S | |
parent | cf4c9ada0d9a05b33047a6e1ba160daecd27876b (diff) |
DJGPP fixesmesa_4_0_2
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 25d10124f29..5d1fbc168d2 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 |