From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o5TJiNMH017071 for ; Tue, 29 Jun 2010 15:44:24 -0400 (EDT) Received: from smtp-2.sys.kth.se (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id EF52614D870 for ; Tue, 29 Jun 2010 21:44:17 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-2.sys.kth.se ([127.0.0.1]) by smtp-2.sys.kth.se (smtp-2.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7WeQiQBiXefS for ; Tue, 29 Jun 2010 21:44:07 +0200 (CEST) X-KTH-Auth: kristaps [85.8.60.151] X-KTH-mail-from: kristaps@bsd.lv X-KTH-rcpt-to: source@mdocml.bsd.lv Received: from lappy.bsd.lv (h85-8-60-151.dynamic.se.alltele.net [85.8.60.151]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 1B0BF14D79E for ; Tue, 29 Jun 2010 21:44:07 +0200 (CEST) Message-ID: <4C2A4D19.6090209@bsd.lv> Date: Tue, 29 Jun 2010 21:44:25 +0200 From: Kristaps Dzonsons User-Agent: Thunderbird 2.0.0.16 (X11/20080812) X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 To: source@mdocml.bsd.lv Subject: Re: mdocml: Considerably simplify block rewind rules; no functional change References: <201006291924.o5TJOEdK017504@krisdoz.my.domain> <4C2A4B40.4030409@bsd.lv> <20100629193854.GG19735@iris.usta.de> In-Reply-To: <20100629193854.GG19735@iris.usta.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >> mdoc_macro.c:415: error: conflicting types for 'make_pending' >> mdoc_macro.c:55: error: previous declaration of 'make_pending' was here > > fixing that right now, no idea why my compiler is happy with it... Huh, you're right. OpenBSD-4.4 happily munches it and moves on. Of course, `make lint' gets angry... I usually run `make lint LINTFLAGS="-cefuhx"' before committing. Just to be sure. -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv