From f9e75c31e8c22828ca9829a1a32226f6569cc5f2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Apr 2002 16:18:20 +0000 Subject: DJGPP updates --- src/mesa/x86/glapi_x86.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/x86/glapi_x86.S') diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S index 82d72ab835..f8ed32aa0c 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 -- cgit v1.2.3