mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
test for __bsdi__ for XFree86
This commit is contained in:
parent
37cfb3b5c2
commit
afa61173a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue