autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Contents of <confdefs.h> for C++


From: Akim Demaille
Subject: Re: Contents of <confdefs.h> for C++
Date: 09 Jul 2002 09:55:28 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| I guess the loop in _AC_PROG_CXX_EXIT_DECLARATION
| 
|   for ac_declaration in \
|    ''\
|    '#include <stdlib.h>' \
|    'extern "C" void std::exit (int) throw (); using std::exit;' \
|    'extern "C" void std::exit (int); using std::exit;' \
|    'extern "C" void exit (int) throw ();' \
|    'extern "C" void exit (int);' \
|    'void exit (int);'
| 
| could use one more alternative:
| 
|    '#include <cstdlib>
|    using std::exit;'
| 
| before the '#include <stdlib.h>' line.

Definitely.  Patch welcome :)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]