autoconf
[Top][All Lists]
Advanced

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

Re: Problem with exit() and new version of gcc.


From: Alexandre Oliva
Subject: Re: Problem with exit() and new version of gcc.
Date: 18 Dec 2000 04:21:12 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Dec 18, 2000, Pavel Roskin <address@hidden> wrote:

> #ifdef __cplusplus
> #undef exit
> #define exit(x) return (x)
> #endif

But what if a hand-coded test calls exit() from some function other
than main()?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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