Skip to content

Commit

Permalink
2009-03-19 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* td_symbol_list.c (DB_LOOKUP_NAME, DB_LOOKUP_NAME_TH_UNIQUE):
	Use STRINGIFY macro in place of #argument.
  • Loading branch information
Roland McGrath committed Mar 19, 2009
1 parent 3fb8a93 commit 665b0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nptl_db/td_symbol_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 665b0c3

Please sign in to comment.