aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r--gcc/gcov-io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h
index 3ff9fcd..b80f706 100644
--- a/gcc/gcov-io.h
+++ b/gcc/gcov-io.h
@@ -448,8 +448,8 @@ struct gcov_info
unused) */
unsigned n_functions; /* number of functions */
- const struct gcov_fn_info *functions[0]; /* pointers to function
- information */
+ const struct gcov_fn_info *const *functions; /* pointer to pointers
+ to function information */
};
/* Register a new object file module. */