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:
Rong Xu 2014-07-11 17:02:18 +00:00 committed by Rong Xu
parent 68f6800408
commit d5313205ef
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;