Remove inline qualifiers to keep gcc 4.2 happy
[pspp-builds.git] / src / libpspp / hash.c
index 9f1079a29a4673ccc2a3fb858360d7e7a246336f..9da3deb120a92ba0ee3423f78441ad85dd9ab22f 100644 (file)
@@ -449,7 +449,7 @@ hsh_sort_copy (struct hsh_table *h)
    to a pointer to that entry; otherwise returns a pointer to a
    NULL entry which *must* be used to insert a new entry having
    the same key data.  */
-inline void **
+void **
 hsh_probe (struct hsh_table *h, const void *target)
 {
   unsigned i;