rts-packages-32.scm 347 B

1234567891011
  1. ; Copyright (c) 1993-2008 by Richard Kelsey and Jonathan Rees. See file COPYING.
  2. ; Platform-specific constants
  3. (define-structure platform platform-interface
  4. ;; don't open anything---this is loaded before even SCHEME-LEVEL-0 is available
  5. (define-all-operators)
  6. (usual-transforms and cond do let let* or)
  7. (files ((vm data) platform-32)))