Re: EXIT_SUCCESS and EXIT_FAILURE in scheme land

2014-09-22 Thread Ludovic Courtès
Frank Terbeck skribis: > I personally don't know any OS that doesn't use EXIT_SUCCESS := 1, but > nevertheless I think it's useful to have EXIT_SUCCESS and _FAILURE > available in scheme land. They are from stdlib.h, so I suppose adding > them to ‘libguile/posix.c’ makes sense. The patch below se

Re: EXIT_SUCCESS and EXIT_FAILURE in scheme land

2014-09-07 Thread Frank Terbeck
Frank Terbeck wrote: > I personally don't know any OS that doesn't use EXIT_SUCCESS := 1, but Err... EXIT_SUCCESS := 0, was what I meant, of course. :)

EXIT_SUCCESS and EXIT_FAILURE in scheme land

2014-09-06 Thread Frank Terbeck
Hello guile developers, I personally don't know any OS that doesn't use EXIT_SUCCESS := 1, but nevertheless I think it's useful to have EXIT_SUCCESS and _FAILURE available in scheme land. They are from stdlib.h, so I suppose adding them to ‘libguile/posix.c’ makes sense. The patch below seems to d