projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0db3161
)
mapi: ENTRY_CURRENT_TABLE_GET should be stringified.
author
Chia-I Wu
<olv@lunarg.com>
Fri, 21 Jan 2011 08:56:55 +0000
(16:56 +0800)
committer
Chia-I Wu
<olv@lunarg.com>
Sat, 22 Jan 2011 03:58:38 +0000
(11:58 +0800)
So that it can be renamed to _glapi_get_dispatch.
src/mapi/mapi/entry.c
patch
|
blob
|
history
diff --git
a/src/mapi/mapi/entry.c
b/src/mapi/mapi/entry.c
index f378ccfda95f5c15d19de1e7ba72c07f58a9db41..3d9168a724399a4600261da6ab8d6703bd7585c6 100644
(file)
--- 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__)