From e312cf26ea1ae0445926df20c43e80363d453cb5 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Fri, 12 Nov 1999 04:56:54 +0000 Subject: . Updates to get X86, MXX and 3DNow assembler code working with Watcom C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++. --- src/mesa/drivers/d3d/NullProcs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/d3d/NullProcs.c') diff --git a/src/mesa/drivers/d3d/NullProcs.c b/src/mesa/drivers/d3d/NullProcs.c index e8f18545d1..60e4010f91 100644 --- a/src/mesa/drivers/d3d/NullProcs.c +++ b/src/mesa/drivers/d3d/NullProcs.c @@ -127,4 +127,3 @@ void NULLRePiRGBA( const GLcontext* ctx, GLuint n, const GLint x[], const GLint - \ No newline at end of file -- cgit v1.2.3