Externs files now are dumped in an internal form rather than by
authorChris Hanson <org/chris-hanson/cph>
Fri, 13 Mar 1987 04:14:48 +0000 (04:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 13 Mar 1987 04:14:48 +0000 (04:14 +0000)
commit80f1c82dca85b3290fa4a916fa64bc28f040213c
tree123cd228add088e0d96b5868d76e15ea6f0d999c
parent4c9582ce79ff5981a9a8447476474a61802da33e
Externs files now are dumped in an internal form rather than by
converting them to SCode first.  This speeds up the process of
re-interning them.

Also, `sf' now maintains a database which allows the user to
programmatically specify syntax table and global declarations on a
per-filename basis.  This is used to eliminate `using-syntax' and
`integrate-external' occurrences in each file.
14 files changed:
v7/src/sf/cgen.scm
v7/src/sf/copy.scm
v7/src/sf/emodel.scm
v7/src/sf/free.scm
v7/src/sf/make.scm
v7/src/sf/object.scm
v7/src/sf/pardec.scm
v7/src/sf/subst.scm
v7/src/sf/tables.scm
v7/src/sf/toplev.scm
v7/src/sf/usicon.scm
v7/src/sf/xform.scm
v8/src/sf/make.scm
v8/src/sf/toplev.scm