split/Tioga/generic.h in tioga-1.7 vs split/Tioga/generic.h in tioga-1.8

- old
+ new

@@ -78,10 +78,9 @@ can be NULL. The return value should be correctly allocated (means the reference count should count the return value). */ /* Hash-related functions */ -/* We deal only with *string* hashes ! That is enough to give us */ extern OBJ_PTR Hash_New(); /* Returns a freshly-baked hash */ extern OBJ_PTR Hash_Get_Obj(OBJ_PTR hash, const char * key); /* Returns the value for key */ extern OBJ_PTR Hash_Get_Obj_Obj(OBJ_PTR hash, OBJ_PTR key);