mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
2009-03-19 Roland McGrath <roland@redhat.com>
* td_symbol_list.c (DB_LOOKUP_NAME, DB_LOOKUP_NAME_TH_UNIQUE): Use STRINGIFY macro in place of #argument.
This commit is contained in:
parent
3fb8a93ae9
commit
665b0c300c
@ -24,8 +24,8 @@
|
||||
|
||||
static const char *symbol_list_arr[] =
|
||||
{
|
||||
# define DB_LOOKUP_NAME(idx, name) [idx] = #name,
|
||||
# define DB_LOOKUP_NAME_TH_UNIQUE(idx, name) [idx] = #name,
|
||||
# define DB_LOOKUP_NAME(idx, name) [idx] = STRINGIFY (name),
|
||||
# define DB_LOOKUP_NAME_TH_UNIQUE(idx, name) [idx] = STRINGIFY (name),
|
||||
# include "db-symbols.h"
|
||||
# undef DB_LOOKUP_NAME
|
||||
# undef DB_LOOKUP_NAME_TH_UNIQUE
|
||||
|
Loading…
Reference in New Issue
Block a user