1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/system
Mark H Weaver e082b13b66 pmatch: always wrap with let, even if the expression appears atomic
* module/system/base/pmatch.scm (pmatch): Always wrap with 'let', even
  if the expression appears atomic, because in the presence of
  'identifier-syntax', we cannot know what an atomic expression will
  later expand to.  Also use '#:export-syntax' instead of '#:export'
  to export 'pmatch'.
2012-03-01 16:16:27 -05:00
..
base pmatch: always wrap with let, even if the expression appears atomic 2012-03-01 16:16:27 -05:00
repl Update user-visible copyright dates in manual and REPL to 2012 2012-01-30 00:33:31 -05:00
vm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
foreign.scm add pointer->scm, scm->pointer 2011-03-17 10:39:02 +01:00
xref.scm system xref maintains source mapping for nested procedures too 2010-09-24 13:24:48 +02:00