On Thu, Sep 1, 2011 at 5:20 PM,  <t...@racket-lang.org> wrote:
>
> src/racket/src/place.c
> ~~~~~~~~~~~~~~~~~~~~~~
> + REGISTER_SO(quote_symbol);
> + quote_symbol = scheme_intern_symbol("quote");

This is the third definition of 'quote_symbol' in the source.  Are
repeated definitions a problem?  Can these be shared (other than via
the intern table)?
-- 
sam th
sa...@ccs.neu.edu
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to