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:
7a4a9cd
)
Generate a .cref file when resyntaxing Edwin.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 20 Jun 1990 22:49:45 +0000
(22:49 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 20 Jun 1990 22:49:45 +0000
(22:49 +0000)
v7/src/edwin/edwin.sf
patch
|
blob
|
history
diff --git
a/v7/src/edwin/edwin.sf
b/v7/src/edwin/edwin.sf
index 99f7d54f86206c1aa3c936474b95dc86400ac106..279451f469399fa03c62858c84f7f8785445a493 100644
(file)
--- a/
v7/src/edwin/edwin.sf
+++ b/
v7/src/edwin/edwin.sf
@@
-51,7
+51,13
@@
(load "decls")
-(cref/generate-all "edwin")
+(in-package (->environment '(CROSS-REFERENCE))
+ ((generate/common
+ (lambda (pathname pmodel)
+ (write-cref pathname pmodel)
+ (write-globals pathname pmodel)
+ (write-constructor pathname pmodel)))
+ "edwin"))
(sf "edwin.con" "edwin.bcon")
(if (not (file-processed? "edwin" "ldr" "bldr"))
(sf "edwin.ldr" "edwin.bldr"))
\ No newline at end of file