[jeff@thoth scripts]$ grep "define (min" /usr/local/share/gimp/1.
2/scripts/*.scm
/usr/local/share/gimp/1.2/scripts/frosty-logo.scm:(define (min a 
b) (if (< a b) a b))

This line redefined the existing (min ... ) scheme function, 
which breaks anything else that wants to use it.  It should be 
removed in future releases.
The real (min ...) takes an arbitrary number of args, and 
returns the minimum in the entire list.

-- 
--Jeff

Jeff Trefftzs <[EMAIL PROTECTED]>
http://www.tcsn.net/trefftzs                    Home Page
http://gug.sunsite.dk/gallery.php?artist=68     Gimp Gallery
http://trefftzs.topcities.com/home.html         Photo galleries



_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to