aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2003-04-08 08:59:05 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-04-08 08:59:05 +0000
commit3e71e0028f7a23cdc2ca07951abbb0ef1bda0689 (patch)
treefab0145a8e5c4b9b0738c4781d178d84d5b638eb /gcc/gcov-io.h
parent7ba4ca6373a1e20445b8df01477c7b5310c6f384 (diff)
downloadgcc-3e71e0028f7a23cdc2ca07951abbb0ef1bda0689.zip
gcc-3e71e0028f7a23cdc2ca07951abbb0ef1bda0689.tar.gz
gcc-3e71e0028f7a23cdc2ca07951abbb0ef1bda0689.tar.bz2
gcov-io.h (gcov_save_position): Remove __inline__ from declaration.
* gcov-io.h (gcov_save_position): Remove __inline__ from declaration. From-SVN: r65366
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r--gcc/gcov-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h
index 8e10e49..04a01ac 100644
--- a/gcc/gcov-io.h
+++ b/gcc/gcov-io.h
@@ -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*/);