/[gcl]/gcl/pcl/defsys.lisp
ViewVC logotype

Diff of /gcl/pcl/defsys.lisp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mjthomas, Thu May 12 12:02:19 2005 UTC revision 1.9 by camm, Fri Jun 10 15:37:57 2005 UTC
# Line 546  and load your system with: Line 546  and load your system with:
546                   (or print-only (load pathname)))                                 (or print-only (load pathname)))              
547                 (load-module (m)                 (load-module (m)
548                   (let* ((name (module-name m))                   (let* ((name (module-name m))
549                          (*load-verbose* nil)                          (*load-verbose* t)
550                          (binary (make-binary-pathname m)))                          (binary (make-binary-pathname m)))
551                     (load-binary name binary)))                     (load-binary name binary)))
552                 (compile-module (m)                 (compile-module (m)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26