chibi-scheme/lib
Vitaliy Mysak f449bd157d fix compilation under std=c89
There were few things that prevented successful compilation
using c89 standard. (and other c* standards in case of gcc).
Fix them in this small patch.

Changes in 27/rand.c:
- Use __GNU_SOURCE__ instead of __GNU_LIBRARY__
  or else any of -std=c* options don't work with gcc
- Add a check before using rand_r() as suggested in rand_r(3)
- Move _WIN_32 definitions to "else" branch because it uses the most portable version
2020-05-13 11:12:02 +02:00
..
chibi (chibi net): add address-info-canonname 2020-03-24 19:03:41 -05:00
scheme make-promise is idempotent (issue #625) 2020-04-10 17:17:29 +09:00
srfi fix compilation under std=c89 2020-05-13 11:12:02 +02:00
init-7.scm add safety checks on substring-cursor 2020-02-06 23:09:33 +08:00
meta-7.scm Implement syntax-case 2018-12-01 13:48:25 +01:00