From aa8b49c9ca6b446e335bda4945e48107e5e4128a Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 2 Feb 2010 20:55:08 +0000 Subject: gallium: Move some compiler portability stuff into p_compiler.h --- src/gallium/auxiliary/util/u_debug.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gallium/auxiliary') diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index facc30a553..c9cd56f305 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -39,8 +39,6 @@ #define U_DEBUG_H_ -#include - #include "pipe/p_compiler.h" @@ -60,11 +58,6 @@ extern "C" { #endif -/* MSVC bebore VC7 does not have the __FUNCTION__ macro */ -#if defined(_MSC_VER) && _MSC_VER < 1300 -#define __FUNCTION__ "???" -#endif - #if defined(__GNUC__) #define _util_printf_format(fmt, list) __attribute__ ((format (printf, fmt, list))) #else -- cgit v1.2.3