diff options
author | Chia-I Wu <[email protected]> | 2011-01-21 16:56:55 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-01-22 11:58:38 +0800 |
commit | 3f04314ae2659748c8cf73ec649a035bc9e01597 (patch) | |
tree | 1fdd2695ca75416957837e137a4640b2cd44ec84 /src/mapi | |
parent | 0db3161036f47447d72eebe26869779e264b3c8a (diff) |
mapi: ENTRY_CURRENT_TABLE_GET should be stringified.
So that it can be renamed to _glapi_get_dispatch.
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/mapi/entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
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__) |