1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00

syntax-dispatch -> $sc-dispatch

* module/ice-9/boot-9.scm:
* module/ice-9/psyntax-pp.scm:
* module/ice-9/psyntax.scm: Change syntax-dispatch to $sc-dispatch, as it
  is in current psyntax. The idea is that this isn't really a public
  variable, though it has to be, currently, so just obscure that fact
  with an obscure name.
This commit is contained in:
Andy Wingo 2009-04-26 21:10:24 +02:00
parent bac0272216
commit 5f1a2fb10f
3 changed files with 17 additions and 17 deletions

File diff suppressed because one or more lines are too long