summaryrefslogtreecommitdiff
path: root/src/mesa/x86/assyntax.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-09-06 17:34:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-09-06 17:34:41 +0000
commitafa61173a86166cd0ea3389c6f5b4c617789afb7 (patch)
tree45187c45d00cd6dfbe23c0ae13bd834b40899b0d /src/mesa/x86/assyntax.h
parent37cfb3b5c27e1965dc089e37065750e4845b2d49 (diff)
test for __bsdi__ for XFree86
Diffstat (limited to 'src/mesa/x86/assyntax.h')
-rw-r--r--src/mesa/x86/assyntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h
index dfd1c4fe3a..ae15067018 100644
--- a/src/mesa/x86/assyntax.h
+++ b/src/mesa/x86/assyntax.h
@@ -1646,7 +1646,7 @@ SECTION _DATA public align=16 class=DATA use32 flat
/* Added by BrianP for FreeBSD (per David Dawes) */
-#if !defined(NASM_ASSEMBLER) && !defined(MASM_ASSEMBLER)
+#if !defined(NASM_ASSEMBLER) && !defined(MASM_ASSEMBLER) && !defined(__bsdi__)
#define LLBL(a) CONCAT(.L,a)
#else
#define LLBL(a) a