This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] inline scm_getc()


Chris Cramer <crayc@kiwi.pyro.net> writes:

> This patch inlines scm_getc().

I don't think this is a good idea in general.  We should not put the
implementation of such a non-trivial function in the public interface
of libguile.  We couldn't change it without forcing people to
recompile.

It might be a good idea to use an inline version of scm_getc
internally in some places in libguile, tho.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]