1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 07:50:20 +02:00
guile/module/srfi
Andy Wingo 6c3686ea14 define macros before functions using macros; more MV fixen in srfi-69
* module/srfi/srfi-69.scm: Move the macros up before the functions that
  use them, so that the compiler can do its job.
  (hash-table-walk): While it is true about what I said about R5RS
  before, it seems that for R6 this will have to change. Anyway. In the
  meantime, since the test suite checks that hash-table-walk procedures'
  return values and number of return values are ignored, call that
  procedure within a call-with-values.
2008-11-01 20:31:57 +01:00
..
Makefile.am
srfi-1.scm
srfi-2.scm
srfi-4.scm
srfi-6.scm
srfi-8.scm
srfi-9.scm
srfi-10.scm
srfi-11.scm
srfi-13.scm
srfi-14.scm
srfi-16.scm
srfi-17.scm
srfi-18.scm
srfi-19.scm avoid delivering 0 values to 1-valued continuations in srfi-19 2008-11-01 14:28:24 +01:00
srfi-26.scm
srfi-31.scm
srfi-34.scm
srfi-35.scm
srfi-37.scm
srfi-39.scm
srfi-60.scm
srfi-69.scm define macros before functions using macros; more MV fixen in srfi-69 2008-11-01 20:31:57 +01:00
srfi-88.scm