From: Chia-I Wu Date: Fri, 21 Jan 2011 08:56:55 +0000 (+0800) Subject: mapi: ENTRY_CURRENT_TABLE_GET should be stringified. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f04314ae2659748c8cf73ec649a035bc9e01597;p=mesa.git mapi: ENTRY_CURRENT_TABLE_GET should be stringified. So that it can be renamed to _glapi_get_dispatch. --- diff --git a/src/mapi/mapi/entry.c b/src/mapi/mapi/entry.c index f378ccfda95..3d9168a7243 100644 --- a/src/mapi/mapi/entry.c +++ b/src/mapi/mapi/entry.c @@ -37,7 +37,7 @@ #ifdef MAPI_MODE_BRIDGE #define ENTRY_CURRENT_TABLE_GET "_glapi_get_dispatch" #else -#define ENTRY_CURRENT_TABLE_GET "u_current_get_internal" +#define ENTRY_CURRENT_TABLE_GET U_STRINGIFY(u_current_get_internal) #endif #if defined(USE_X86_ASM) && defined(__GNUC__)