From 3eae261da989f44c4920b1bfe247c2e1be8724ad Mon Sep 17 00:00:00 2001 From: Holger Waechtler Date: Thu, 6 Apr 2000 11:51:24 +0000 Subject: added CONCAT(x,y) macro in NASM/MASM section --- src/mesa/x86/assyntax.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mesa/x86/assyntax.h b/src/mesa/x86/assyntax.h index 9c9ddc5b8e..2a1034870a 100644 --- a/src/mesa/x86/assyntax.h +++ b/src/mesa/x86/assyntax.h @@ -848,6 +848,8 @@ #define P_XMM6 xmm6 #define P_XMM7 xmm7 +#define CONCAT(x, y) x ## y + #if defined(NASM_ASSEMBLER) #define ST(n) st ## n -- cgit v1.2.3