Date: Mon, 29 Jun 1998 09:03:38 +0300 (IDT) From: Eli Zaretskii To: stdenis cc: djgpp AT delorie DOT com Subject: Re: portable code In-Reply-To: <35966659.4760AC58@compmore.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 28 Jun 1998, stdenis wrote: > What is the safest way to make portable code? > > Would this be ok? > > -pendatic -ansi -Wall Yes, this should be fine. But please note that the compiler cannot detect every non-portable code, even with the above options.