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/assyntax.h | |
parent | 17b7cc4caeeb8f3daaf417d417e7e3a9a5d639d1 (diff) |
DJGPP updates
Diffstat (limited to 'src/mesa/x86/assyntax.h')
-rw-r--r-- | src/mesa/x86/assyntax.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index 8acc6d031d9..ad71b747a4d 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -1,4 +1,4 @@ -/* $Id: assyntax.h,v 1.18 2002/03/07 21:40:08 brianp Exp $ */ +/* $Id: assyntax.h,v 1.19 2002/04/02 16:18:20 brianp Exp $ */ #ifndef __ASSYNTAX_H__ #define __ASSYNTAX_H__ @@ -254,7 +254,7 @@ #endif /* ACK_ASSEMBLER */ -#if defined(__QNX__) || defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) || defined(__ELF__) || defined(__GNU__) || defined(__GNUC__) +#if defined(__QNX__) || defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) || defined(__ELF__) || defined(__GNU__) || defined(__GNUC__) && !defined(DJGPP) #define GLNAME(a) a #else #define GLNAME(a) CONCAT(_,a) |