diff options
Diffstat (limited to 'obj2str.scm')
-rw-r--r-- | obj2str.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/obj2str.scm b/obj2str.scm index a9b8313..7c77ef0 100644 --- a/obj2str.scm +++ b/obj2str.scm @@ -8,7 +8,7 @@ ;1. Any copy made of this software must include this copyright notice ;in full. ; -;2. I have made no warrantee or representation that the operation of +;2. I have made no warranty or representation that the operation of ;this software will be error-free, and I am under no obligation to ;provide any services, by way of maintenance, update, or otherwise. ; @@ -18,6 +18,7 @@ ;each case. (require 'string-port) +(require-if 'compiling 'generic-write) ;;@body Returns the textual representation of @1 as a string. (define (object->string obj) |