projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59dbbe
)
Generate a .cref file when resyntaxing Edwin.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 20 Jun 1990 22:42:25 +0000
(22:42 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 20 Jun 1990 22:42:25 +0000
(22:42 +0000)
v7/src/edwin/edwin.sf
patch
|
blob
|
history
diff --git
a/v7/src/edwin/edwin.sf
b/v7/src/edwin/edwin.sf
index 5220435f4977e231f8504c4baf98a1b62ceb1091..99f7d54f86206c1aa3c936474b95dc86400ac106 100644
(file)
--- a/
v7/src/edwin/edwin.sf
+++ b/
v7/src/edwin/edwin.sf
@@
-51,12
+51,7
@@
(load "decls")
-(in-package (->environment '(CROSS-REFERENCE))
- ((generate/common
- (lambda (pathname pmodel)
- (write-globals pathname pmodel)
- (write-constructor pathname pmodel)))
- "edwin"))
+(cref/generate-all "edwin")
(sf "edwin.con" "edwin.bcon")
(if (not (file-processed? "edwin" "ldr" "bldr"))
(sf "edwin.ldr" "edwin.bldr"))
\ No newline at end of file