bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unexpanded ~S macro in error msg


From: Mike Gran
Subject: Unexpanded ~S macro in error msg
Date: Wed, 15 Oct 2003 10:24:58 -0700 (PDT)

In Guile 1.6.4 (on Slackware 9.0 on i386), the guile function
dynamic-unlink in dynl.c returns an error message with a raw "~S" in
the message.

To see, try this.

(define libm-obj (dynamic-link "libm"))
(dynamic-unlink libm-obj)
(dynamic-unlink libm-obj)

And it will return an error message "Already unlinked: ~S"

-- 
Mike Gran
address@hidden

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]