gcov-io.h (gcov_save_position): Remove __inline__ from declaration.
* gcov-io.h (gcov_save_position): Remove __inline__ from declaration. From-SVN: r65366
This commit is contained in:
parent
7ba4ca6373
commit
3e71e0028f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* gcov-io.h (gcov_save_position): Remove __inline__ from
|
||||
declaration.
|
||||
|
||||
2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
|
||||
|
||||
* doc/install.texi: Use @command and @samp for single- and
|
||||
|
|
|
@ -318,7 +318,7 @@ static int gcov_read_counter (gcov_type *);
|
|||
static int gcov_read_string (char **);
|
||||
#endif
|
||||
static int gcov_read_summary (struct gcov_summary *);
|
||||
static __inline__ unsigned long gcov_save_position (void);
|
||||
static unsigned long gcov_save_position (void);
|
||||
static int gcov_resync (unsigned long /*base*/, unsigned /*length */);
|
||||
static unsigned long gcov_seek_end (void);
|
||||
static int gcov_skip (unsigned /*length*/);
|
||||
|
|
Loading…
Add table
Reference in a new issue