From afa61173a86166cd0ea3389c6f5b4c617789afb7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 6 Sep 2000 17:34:41 +0000 Subject: test for __bsdi__ for XFree86 --- src/mesa/x86/assyntax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa') 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 -- cgit v1.2.3