Update reference from `add-syntax!' to `syntax-table-define'.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Jul 1987 20:27:14 +0000 (20:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Jul 1987 20:27:14 +0000 (20:27 +0000)
v7/src/runtime/syntax.scm

index 925c69bd24e3b4406d9ae26fba0b823e753f7b33..4a0f777173d4c22c9c0ec2ceda6f380fb6cc982d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/Attic/syntax.scm,v 13.49 1987/06/02 13:13:29 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/Attic/syntax.scm,v 13.50 1987/07/07 20:27:14 cph Rel $
 ;;;
 ;;;    Copyright (c) 1987 Massachusetts Institute of Technology
 ;;;
 (define ((fluid-let-maker marker which-kind) #!optional name)
   (if (unassigned? name) (set! name 'FLUID-LET))
   (if (eq? name 'FLUID-LET) (set! *fluid-let-type* marker))
-  (add-syntax! name which-kind))
+  (syntax-table-define system-global-syntax-table name which-kind))
   
 (set! shallow-fluid-let!
   (fluid-let-maker 'SHALLOW syntax-fluid-let-form-shallow))