OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / gcov-io.h
index 3ff9fcd..b80f706 100644 (file)
@@ -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.  */