Integrate string.scm operations in symbol.scm.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 4 Jan 2019 05:08:58 +0000 (05:08 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 4 Jan 2019 06:18:23 +0000 (06:18 +0000)
Integrating, e.g., cp1-ref makes a huge difference.

src/runtime/symbol.scm

index 68edf4ba4f50ffec3b2ec421a7b095cabf859400..c5dac7dc76a23f453624ed7f40f4347ac6f74c6f 100644 (file)
@@ -28,6 +28,7 @@ USA.
 ;;; package: (runtime symbol)
 
 (declare (usual-integrations))
+(declare (integrate-external "string"))
 \f
 (declare (integrate-operator symbol?))
 (define (symbol? object)