blob: a494d9d5d1d0d59bb340f3cca79e65c453f79530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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
|