#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/back/lapgn3.scm,v 4.9 1992/04/07 15:54:39 jinx Exp $
+$Id: lapgn3.scm,v 4.10 1992/10/19 19:14:11 jinx Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
(uuo-link-label (lambda () *interned-global-links*)
(lambda (new)
(set! *interned-global-links* new))
- "GLOBAL-"))
-
-(define-integrable (set-current-branches! consequent alternative)
- (set-pblock-consequent-lap-generator! *current-bblock* consequent)
- (set-pblock-alternative-lap-generator! *current-bblock* alternative))
\ No newline at end of file
+ "GLOBAL-"))
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/back/linear.scm,v 4.14 1992/05/14 03:00:40 jinx Exp $
+$Id: linear.scm,v 4.15 1992/10/19 19:14:03 jinx Exp $
Copyright (c) 1987-1992 Massachusetts Institute of Technology
,@(code-thunk)))
'done)
-(define (initialize-lap-linearizer!)
- (set! *end-of-block-code* (LAP)))
\ No newline at end of file
+(define-integrable (set-current-branches! consequent alternative)
+ (set-pblock-consequent-lap-generator! *current-bblock* consequent)
+ (set-pblock-alternative-lap-generator! *current-bblock* alternative))
\ No newline at end of file