Re: Guile FFI: resizable vector problem

Tom Lord <lord-1tv/[email protected]> Sat, 31 Jan 2004 13:52:00 -0800 (PST)
Newsgroups gmane.lisp.scheme.pika.devel
Message-ID <[email protected]>
    > From: Andreas Rottmann <[email protected]>

    > That also would solve the second feature macro I've in use so
    > far: SCM_FEATURE_CHAR_UNICODE. If it isn't defined, the
    > implementation is only guaranteed to support ASCII chars. I
    > think the macros would come handy in the scm/tests, however,
    > that way the test cases can be shared among all implementations.

I'm not against the feature-macro idea.  It makes me a _little_
nervous just because I don't like #ifdef'ed code -- but on the other
hand, ASCII-only (or iso8859-*-only) optoins would be very winning
things to provide.

-t