$NetBSD$

--- compress.c.orig	1998-08-08 03:47:56.000000000 -0700
+++ compress.c
@@ -104,7 +104,7 @@ static char sccsid[] = "@(#)compress.c	5
 #ifdef PBITS		/* Preferred BITS for this memory size */
 # ifndef BITS
 #  define BITS PBITS
-# endif BITS
+# endif /* BITS */
 #endif /* PBITS */
 
 #if BITS == 16
@@ -347,7 +347,7 @@ unsigned short codetab [HSIZE];
 #else
 count_int htab [HSIZE];
 unsigned short codetab [HSIZE];
-#endif sel
+#endif /* sel */
 
 #define htabof(i)	htab[i]
 #define codetabof(i)	codetab[i]
