summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glx86asm.py
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-04-02 16:18:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-04-02 16:18:20 +0000
commitf9e75c31e8c22828ca9829a1a32226f6569cc5f2 (patch)
tree1d1b68e09b09a7e1f71a19d97734030d3beace90 /src/mesa/glapi/glx86asm.py
parent17b7cc4caeeb8f3daaf417d417e7e3a9a5d639d1 (diff)
DJGPP updates
Diffstat (limited to 'src/mesa/glapi/glx86asm.py')
-rw-r--r--src/mesa/glapi/glx86asm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/glapi/glx86asm.py b/src/mesa/glapi/glx86asm.py
index 236673096a..3e61fc547e 100644
--- a/src/mesa/glapi/glx86asm.py
+++ b/src/mesa/glapi/glx86asm.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# $Id: glx86asm.py,v 1.4 2001/11/18 22:42:57 brianp Exp $
+# $Id: glx86asm.py,v 1.5 2002/04/02 16:18:20 brianp Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -52,7 +52,7 @@ def PrintHead():
print ''
print '#define GL_OFFSET(x) CODEPTR(REGOFF(4 * x, EAX))'
print ''
- print '#ifdef GNU_ASSEMBLER'
+ print '#if defined(GNU_ASSEMBLER) && !defined(DJGPP)'
print '#define GLOBL_FN(x) GLOBL x ; .type x,@function'
print '#else'
print '#define GLOBL_FN(x) GLOBL x'