diff options
Diffstat (limited to 'gprof/sym_ids.c')
-rw-r--r-- | gprof/sym_ids.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c index 72da918cdf8..32f93224a99 100644 --- a/gprof/sym_ids.c +++ b/gprof/sym_ids.c @@ -28,7 +28,7 @@ #include "cg_arcs.h" #include "sym_ids.h" -struct sym_id +static struct sym_id { struct sym_id *next; char *spec; /* Parsing modifies this. */ @@ -59,7 +59,7 @@ static void extend_match Sym_Table syms[NUM_TABLES]; #ifdef DEBUG -const char *table_name[] = +static const char *table_name[] = { "INCL_GRAPH", "EXCL_GRAPH", "INCL_ARCS", "EXCL_ARCS", |