must undef setbit from param.h as we define it as a local routine
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 20 Jun 1985 03:16:38 +0000 (19:16 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 20 Jun 1985 03:16:38 +0000 (19:16 -0800)
SCCS-vsn: old/libndbm/ndbm.c 5.2

usr/src/old/libndbm/ndbm.c

index 28174bc..74bba56 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ndbm.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)ndbm.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include <sys/types.h>
 #endif not lint
 
 #include <sys/types.h>
@@ -16,6 +16,7 @@ static char sccsid[] = "@(#)ndbm.c    5.1 (Berkeley) %G%";
 #include <ndbm.h>
 
 #define BYTESIZ 8
 #include <ndbm.h>
 
 #define BYTESIZ 8
+#undef setbit
 
 static  datum makdatum();
 static  long hashinc();
 
 static  datum makdatum();
 static  long hashinc();