Fix quoting problem associated with #!aux parsing.
authorChris Hanson <org/chris-hanson/cph>
Sun, 7 Jun 1998 08:25:02 +0000 (08:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 7 Jun 1998 08:25:02 +0000 (08:25 +0000)
v7/src/runtime/parse.scm

index 16861b3949c8180f30d0fe35060441673d9db896..ab1597886003f4d807859d355484bbf5720880c4 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: parse.scm,v 14.28 1997/08/08 21:29:38 cph Exp $
+$Id: parse.scm,v 14.29 1998/06/07 08:25:02 cph Exp $
 
-Copyright (c) 1988-97 Massachusetts Institute of Technology
+Copyright (c) 1988-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -62,7 +62,7 @@ MIT in each case. |#
 
   (set! lambda-optional-tag (object-new-type (microcode-type 'CONSTANT) 3))
   (set! lambda-rest-tag (object-new-type (microcode-type 'CONSTANT) 4))
-  (set! lambda-auxiliary-tag (intern "#!aux"))
+  (set! lambda-auxiliary-tag `',(intern "#!aux"))
   (set! dot-symbol (intern "."))
   (set! named-objects
        `((NULL . ,(list))