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
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. :)
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