libDtSearch: Tidy up the LOCK and DBN macro madness

This commit is contained in:
Peter Howkins
2018-06-29 16:16:21 +01:00
parent 60edbd3491
commit bcdb2dd909
57 changed files with 199 additions and 209 deletions

View File

@@ -50,10 +50,10 @@
/* Set current member to current owner
*/
int
d_setmo(setm, seto DBN_PARM)
d_setmo(setm, seto , dbn)
int setm; /* set table entry number of member */
int seto; /* set table entry number of owner */
DBN_DECL /* database number */
int dbn; /* database number */
{
int mem;
SET_ENTRY *setm_ptr, *seto_ptr;