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: Compile Error, take 2


Michael Livshin <mlivshin@bigfoot.com> writes:

> Tal Tversky <tal@cs.utexas.edu> writes:
> 
> > For some reason g++ doesn't like seeing two extern declarations for
> > the same function (one in __scm.h, the other in objects.h), even
> > though they are identical.
> 
> it doesn't sound like g++ does the right thing here.

In any case: Guile shouldn't declare a function twice.

2000-04-10  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>

	* objects.h: Don't redeclare scm_call_generic_0 and
	scm_apply_generic.  (Thanks to Tal Tversky.)

(couldn't resist. :)

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