From 8caff3a42d43b9b1377f3802a105817dcd4301dc Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 30 Oct 2009 05:58:36 +0000 Subject: libmdoc and libman now using non-recoverable allocations (simpler code). --- libman.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libman.h') diff --git a/libman.h b/libman.h index 3b7c70e9..c0b5cb46 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.22 2009/10/26 07:11:06 kristaps Exp $ */ +/* $Id: libman.h,v 1.23 2009/10/30 05:58:36 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -41,7 +41,6 @@ struct man { enum merr { WNPRINT = 0, - WNMEM, WMSEC, WDATE, WLNSCOPE, -- cgit v1.2.3