Date: Mon, 30 Dec 2002 20:08:25 -0500 Message-Id: <200212310108.gBV18P614801@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200212310103.gBV13jt27469@speedy.ludd.luth.se> (ams AT ludd DOT luth DOT se) Subject: Re: stubify References: <200212310103 DOT gBV13jt27469 AT speedy DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > - fprintf(stderr, "Warning: input file is not COFF or stubbed COFF\n"); > + fprintf(stderr, "Warning: input file is not COFF nor stubbed COFF\n"); If you wish to make it say "neither a nor b" that would be fine, but "not a nor b" isn't quite correct.