Frank Terbeck <f...@bewatermyfriend.org> 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 seems to do the > trick for me. > > Would something like this be welcome?
Yes (esp. since the GNU Coding Standards suggest using them.) Pushed as 447af51. Thanks, Ludo’.