[racket-dev] [plt] Push #23424: master branch updated

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sat Sep 3 17:25:58 EDT 2011

On Thu, Sep 1, 2011 at 5:20 PM,  <tewk at 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
samth at ccs.neu.edu


Posted on the dev mailing list.