blob: 8ed5fc79b8492fd1b8c03bfd4f5b35e8e6f59e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.2 1998/08/07 10:35:52 agc Exp $
--- tailor.h.orig Mon Oct 21 13:34:28 1991
+++ tailor.h Sat Jun 20 17:18:04 1998
@@ -1,10 +1,5 @@
/* tailor.h -- Not copyrighted 1991 Mark Adler */
-/* const's are inconsistently used across ANSI libraries--kill for all
- header files. */
-#define const
-
-
/* Use prototypes and ANSI libraries if __STDC__ */
#ifdef __STDC__
# ifndef PROTO
|