summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-08 08:59:05 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-08 08:59:05 +0000
commitcf7a8d2a8b898eb72843aa7afb4d4911a6c6811d (patch)
treefab0145a8e5c4b9b0738c4781d178d84d5b638eb /gcc
parentf6937ba587bc2e66affee5ea5099609765ac77ae (diff)
downloadppe42-gcc-cf7a8d2a8b898eb72843aa7afb4d4911a6c6811d.tar.gz
ppe42-gcc-cf7a8d2a8b898eb72843aa7afb4d4911a6c6811d.zip
* gcov-io.h (gcov_save_position): Remove __inline__ from
declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gcov-io.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d00bd5a3d46..3d2e8341499 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h
index 8e10e49141a..04a01ac45c1 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*/);
OpenPOWER on IntegriCloud