[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: _AC_PROG_CXX_EXIT_DECLARATION incomplete for Microsoft tools
From: |
Manish Singh |
Subject: |
Re: _AC_PROG_CXX_EXIT_DECLARATION incomplete for Microsoft tools |
Date: |
Sun, 2 Apr 2006 20:39:24 -0700 |
User-agent: |
Mutt/1.4.1i |
On Sun, Apr 02, 2006 at 08:21:20PM -0700, Paul Eggert wrote:
> Manish Singh <address@hidden> writes:
>
> > 'extern "C" __declspec(noreturn) void __cdecl exit (int);'
> >
> > I'm attaching a patch that attempts to cover possible variants that one
>
> That way lies madness. I don't want Autoconf to track every
> nonstandard feature of Microsoft's compilers.
>
> Instead, let's rework the code so that it doesn't need to declare
> 'exit' at all. I installed this patch.
Cool, that's even better. I was going for minimizing changes, especially
since recent precedent indicated that maintaining the list was still the
thing to do.
-Manish