[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another bug




Jonathan Bachrach writes:
> Neel Krishnaswami <neelk@alum.mit.edu> writes:
> 
> > Hi, I've found a problem with function redefinitions:
> 
> here's the diff for the fix.  basically c functions (implementing goo
> code) need to be declared static to work with dynamic linking and not
> just always get the first defined version.  the only change is in
> goo/c/dlgrt.h and no recompile of goo is necessary.  it only affects
> the dynamic compilation.

Cool, it works! 

Incidentally, do you know how to insert something as plain old text
into the wiki? When I try to put code into a page it tries to format
it. I've figured out how to get it to output in a fixed-width font,
but I still have to stick an extra ';' on each line to keep it from
merging them.

-- 
Neel Krishnaswami
neelk@alum.mit.edu