13 lines
419 B
Common Lisp
13 lines
419 B
Common Lisp
;;;-*-Mode:LISP; Package:(CLOS LISP 1000); Base:10; Syntax:Common-lisp -*-
|
|
;;;
|
|
;;; *************************************************************************
|
|
;;; Copyright (c) 1991 Venue
|
|
;;; All rights reserved.
|
|
;;; *************************************************************************
|
|
;;;
|
|
|
|
(in-package 'clos)
|
|
|
|
(precompile-function-generators clos) ;this is half of a call to
|
|
;precompile-random-code-segments
|