diff options
Diffstat (limited to 'sys/lib/libz/inftrees.h')
-rw-r--r-- | sys/lib/libz/inftrees.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/lib/libz/inftrees.h b/sys/lib/libz/inftrees.h index 5d0138eaa19..b06613ddd3f 100644 --- a/sys/lib/libz/inftrees.h +++ b/sys/lib/libz/inftrees.h @@ -1,5 +1,3 @@ -/* $OpenBSD: inftrees.h,v 1.3 1997/11/07 15:57:50 niklas Exp $ */ - /* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-1996 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h @@ -29,7 +27,7 @@ struct inflate_huft_s { } more; }; -#ifdef DEBUG_ZLIB +#ifdef DEBUG extern uInt inflate_hufts; #endif |