libgcov-util.c (gcov_max_filename): Fix declartion.
2014-07-11 Rong Xu <xur@google.com> * libgcov-util.c (gcov_max_filename): Fix declartion. From-SVN: r212463
This commit is contained in:
parent
68f6800408
commit
d5313205ef
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-07-11 Rong Xu <xur@google.com>
|
||||
|
||||
* libgcov-util.c (gcov_max_filename): Fix declartion.
|
||||
|
||||
2014-07-10 Rong Xu <xur@google.com>
|
||||
|
||||
Add gcov-tool: an offline gcda profile processing tool
|
||||
|
|
|
@ -38,7 +38,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||
|
||||
extern gcov_position_t gcov_position();
|
||||
extern int gcov_is_error();
|
||||
extern gcov_unsigned_t gcov_max_filename;
|
||||
extern size_t gcov_max_filename;
|
||||
|
||||
/* Verbose mode for debug. */
|
||||
static int verbose;
|
||||
|
|
Loading…
Add table
Reference in a new issue