blob: 72e569b176a08a8b4622fa30ab26b3c13d21e225 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ae,v 1.4 2003/12/31 18:07:47 ben Exp $
--- 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]
|