gcov-io.h (gcov_save_position): Remove __inline__ from declaration.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 8 Apr 2003 08:59:05 +0000 (08:59 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 8 Apr 2003 08:59:05 +0000 (08:59 +0000)
* gcov-io.h (gcov_save_position): Remove __inline__ from
declaration.

From-SVN: r65366

gcc/ChangeLog
gcc/gcov-io.h

index d00bd5a3d4624be137072b8cb96026f17b924cf6..3d2e8341499a634edb016e456ef739df56e220f5 100644 (file)
@@ -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
index 8e10e49141a0defe1a1ea604d00181c591db9121..04a01ac45c1f2e247c62b62172e4eda1901ce5c1 100644 (file)
@@ -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*/);