racket/collects/mzlib/private/runtime-path-table.rkt
Robby Findler b0607f04a9 shrink the dependencies from racket/runtime-path (remove mzscheme
and pull out the one things from mzlib/etc that it uses into a separate,
private file)
2012-06-10 13:52:00 -05:00

6 lines
122 B
Racket

#lang racket/base
(provide table)
(define table #f)
;; So table definition is not inlined across modules:
(set! table #f)