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: startup speed (or lack thereof)


On Fri, Mar 17, 2000 at 08:22:22PM +0100, Jost Boekemeier wrote:
> 
> "C. Ray C." <crayc@tomcramer.org> writes:
> >+#if 0
> >   if (c == '\n')
> >     {
> >       SCM_INCLINE (port);
> >@@ -836,6 +837,7 @@
> >     {
> >       SCM_INCCOL (port);
> >     }
> >+#endif
> 
> Hmm.  What does that do?

It removes the code to keep track of lines and columns.

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