Integrate GUARANTEE-STRING.
authorJoe Marshall <jmarshall@alum.mit.edu>
Wed, 3 Mar 2010 15:52:43 +0000 (07:52 -0800)
committerJoe Marshall <jmarshall@alum.mit.edu>
Wed, 3 Mar 2010 15:52:43 +0000 (07:52 -0800)
src/runtime/string.scm

index ffa5153b591726c3cf92376efd3a02e2f5e006c6..133cf96366bd2eba5d968389d69aad84fd907b52 100644 (file)
@@ -1635,6 +1635,7 @@ USA.
 ;; meaningful message.  Structuring the code this way significantly
 ;; reduces code bloat from large integrated procedures.
 
+(declare (integrate-operator guarantee-string guarantee-xstring))
 (define-guarantee string "string")
 (define-guarantee xstring "xstring")