X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fhash.c;h=9da3deb120a92ba0ee3423f78441ad85dd9ab22f;hb=f404544337964f80bb2d1fee5acb147f7023bc08;hp=9f1079a29a4673ccc2a3fb858360d7e7a246336f;hpb=7f0161009bc79abe0c3b6ae0b8ba57507f57f841;p=pspp-builds.git diff --git a/src/libpspp/hash.c b/src/libpspp/hash.c index 9f1079a2..9da3deb1 100644 --- a/src/libpspp/hash.c +++ b/src/libpspp/hash.c @@ -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;