2003-09-23 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker.
+2003-09-23 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker.
+
2003-09-20 Alfred M. Szmidt <ams@kemisten.nu>
* sysdeps/generic/utmp_file.c (setutent_file, LOCK_FILE,
static struct prof_info prof_info;
-static inline unsigned long int
+static unsigned long int
pc_to_index (size_t pc, size_t offset, unsigned int scale, int prof_uint)
{
size_t i = (pc - offset) / (prof_uint ? sizeof (int) : sizeof (short));