Date: Thu, 1 Jul 1999 12:31:12 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: salvador cc: djgpp-workers AT delorie DOT com Subject: Re: Regparm and asm statements.. what now? In-Reply-To: <3778F985.F00187AC@inti.gov.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 29 Jun 1999, salvador wrote: > > What happens if someone compiles a program without including the headers > > that declare the prototype? > > Is your fault! That's not a useful reply. We must comply with ANSI C. > the current libc headers are very problematic. If the user compiles with > regparm=3, or pascal calling conventions the program won't run. Whether it is a good idea to have the headers say explicitly how the library is compiled is a different issue. I was only talking about the implications of making regparm=3 the default, and I thought that you suggested to solve the possible problems via the headers.