From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp1.rz.uni-karlsruhe.de (Debian-exim@smtp1.rz.uni-karlsruhe.de [129.13.185.217]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o4O1ASXa024993 for ; Sun, 23 May 2010 19:10:30 -0600 (MDT) Received: from hekate.usta.de (asta-nat.asta.uni-karlsruhe.de [172.22.63.82]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.63 #1) id 1OGMBW-0000zF-Dc; Mon, 24 May 2010 03:10:26 +0200 Received: from donnerwolke.usta.de ([172.24.96.3]) by hekate.usta.de with esmtp (Exim 4.71) (envelope-from ) id 1OGMBW-00016N-Co for tech@mdocml.bsd.lv; Mon, 24 May 2010 03:10:26 +0200 Received: from iris.usta.de ([172.24.96.5] helo=usta.de) by donnerwolke.usta.de with esmtp (Exim 4.69) (envelope-from ) id 1OGMBW-0007R2-CG for tech@mdocml.bsd.lv; Mon, 24 May 2010 03:10:26 +0200 Received: from schwarze by usta.de with local (Exim 4.71) (envelope-from ) id 1OGMBW-0000w1-BY for tech@mdocml.bsd.lv; Mon, 24 May 2010 03:10:26 +0200 Date: Mon, 24 May 2010 03:10:26 +0200 From: Ingo Schwarze To: tech@mdocml.bsd.lv Subject: PATCH: cleanup enum merr in libmdoc.h Message-ID: <20100524011026.GD14709@iris.usta.de> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Hi Kristaps and Joerg, The enum merr in libmdoc.h is not used any more, so i propose to drop it. This patch is also available from /usr/vhosts/mdocml.bsd.lv/patch/schwarze/03.enum-merr-cleanup.patch OK? Yours, Ingo P.S. Unless i have missed something, everything in bsd.lv is now merged to OpenBSD. I'm currently checking for trivial differences between our trees; after that, i'm going to look at Joerg's patches, and after that, i'm planning to extract the remaining non-trivial patches from the OpenBSD tree in order to push them upstream. Index: libmdoc.h =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/libmdoc.h,v retrieving revision 1.49 diff -u -p -r1.49 libmdoc.h --- libmdoc.h 17 May 2010 23:57:06 -0000 1.49 +++ libmdoc.h 24 May 2010 00:58:28 -0000 @@ -43,62 +43,6 @@ struct mdoc { enum mdoc_sec lastsec; }; -enum merr { - ETAILWS = 0, - EQUOTPARM, - EQUOTTERM, - EARGVAL, - EBODYPROL, - EPROLBODY, - ETEXTPROL, - ENOBLANK, - ETOOLONG, - EESCAPE, - EPRINT, - ENODAT, - ENOPROLOGUE, - ELINE, - EATT, - ENAME, - ELISTTYPE, - EDISPTYPE, - EMULTIDISP, - EMULTILIST, - ESECNAME, - ENAMESECINC, - EARGREP, - EBOOL, - ECOLMIS, - ENESTDISP, - EMISSWIDTH, - EWRONGMSEC, - ESECOOO, - ESECREP, - EBADSTAND, - ENOMULTILINE, - EMULTILINE, - ENOLINE, - EPROLOOO, - EPROLREP, - EBADMSEC, - EFONT, - EBADDATE, - ENUMFMT, - ENOWIDTH, - EUTSNAME, - EOBS, - EIMPBRK, - EIGNE, - EOPEN, - EQUOTPHR, - ENOCTX, - ELIB, - EBADCHILD, - ENOTYPE, - EBADCOMMENT, - MERRMAX -}; - #define MACRO_PROT_ARGS struct mdoc *m, enum mdoct tok, \ int line, int ppos, int *pos, char *buf -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv