#| -*-Scheme-*-
-$Id: make.scm,v 4.121 2003/04/25 03:47:06 cph Exp $
+$Id: make.scm,v 4.122 2003/04/25 03:50:34 cph Exp $
Copyright (c) 1991,1992,1993,1994,1997 Massachusetts Institute of Technology
Copyright (c) 1998,1999,2001,2002,2003 Massachusetts Institute of Technology
(pathname-as-directory "compiler")
(lambda ()
(load-option 'COMPRESS)
- (load-option 'HASH-TABLE)
(load-option 'RB-TREE)
(load-package-set "compiler")))
(add-identification! "LIAR" 4 116))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: os2pm.scm,v 1.15 2003/02/14 18:48:12 cph Exp $
+$Id: os2pm.scm,v 1.16 2003/04/25 03:51:27 cph Exp $
-Copyright 1995-1999, 2001, 2002 Massachusetts Institute of Technology
+Copyright 1995,1997,2001,2002,2003 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
(declare (usual-integrations))
-(load-option 'HASH-TABLE)
(load-option 'FORMAT)
\f
;;;; Syntax
#| -*-Scheme-*-
-$Id: pcsample.scm,v 1.5 2003/02/14 18:28:31 cph Exp $
+$Id: pcsample.scm,v 1.6 2003/04/25 03:52:04 cph Exp $
Copyright (c) 1995, 1999 Massachusetts Institute of Technology
(define profile-hash-table-cdr)
(define (install-profile-hash-table)
- (load-option 'hash-table) ; For code block profile tables
;;;(set! make-profile-hash-table make-eq-hash-table); weakly held
;;;(set! profile-hash-table-car weak-car)
#| -*-Scheme-*-
-$Id: load.scm,v 1.5 2003/02/14 18:28:32 cph Exp $
+$Id: load.scm,v 1.6 2003/04/25 03:52:45 cph Exp $
-Copyright (c) 2000, 2001 Massachusetts Institute of Technology
+Copyright 2000,2001,2003 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
|#
-(load-option 'HASH-TABLE)
(load-option 'REGULAR-EXPRESSION)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
#| -*-Scheme-*-
-$Id: os2ctype.scm,v 1.5 2003/02/14 18:28:33 cph Exp $
+$Id: os2ctype.scm,v 1.6 2003/04/25 03:53:28 cph Exp $
-Copyright (c) 1995, 1999 Massachusetts Institute of Technology
+Copyright 1995,1999,2003 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
;;;; OS/2 Type Specification
(define (initialize-c-types!)
- (load-option 'hash-table)
(set! c-type-names (make-equal-hash-table))
(define-c-integer-type "signed char" #t 1)
#| -*-Scheme-*-
-$Id: load.scm,v 1.15 2003/02/14 18:28:35 cph Exp $
+$Id: load.scm,v 1.16 2003/04/25 03:53:58 cph Exp $
-Copyright 2001, 2002 Massachusetts Institute of Technology
+Copyright 2001,2002,2003 Massachusetts Institute of Technology
This file is part of MIT/GNU Scheme.
|#
-(load-option 'HASH-TABLE)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(package/system-loader "parser" '() 'QUERY)))
-(add-subsystem-identification! "*Parser" '(0 11))
\ No newline at end of file
+(add-subsystem-identification! "*Parser" '(0 12))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: win_ffi.scm,v 1.12 2003/03/29 05:54:59 cph Exp $
+$Id: win_ffi.scm,v 1.13 2003/04/25 03:54:44 cph Exp $
Copyright 1993,1994,1998,2001,2002,2003 Massachusetts Institute of Technology
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(load-option 'hash-table)
-
(define make-integer-hash-table
(hash-table/constructor modulo
int:=
(initialize-wndproc-registry)
(add-gc-daemon! wndproc-registry-cleaner)
;(start-message-polling-thread)
-)
+)
\ No newline at end of file