Generate a .cref file when resyntaxing Edwin.
authorChris Hanson <org/chris-hanson/cph>
Wed, 20 Jun 1990 22:49:45 +0000 (22:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 20 Jun 1990 22:49:45 +0000 (22:49 +0000)
v7/src/edwin/edwin.sf

index 99f7d54f86206c1aa3c936474b95dc86400ac106..279451f469399fa03c62858c84f7f8785445a493 100644 (file)
 
 (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