diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index 3ff9fcd22f0..b80f7069620 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. */ |